Workforce Demographics
State of Oklahoma
@usgov.state_of_oklahoma_workforce_demographics
State of Oklahoma
@usgov.state_of_oklahoma_workforce_demographics
CREATE TABLE statewide_headcount_trend (
"fiscal_year" BIGINT,
"end_of_fy_count" BIGINT
);
CREATE TABLE workforce_at_a_glance (
"fiscal_year" BIGINT,
"number_of_full_time_employees" BIGINT,
"average_age" DOUBLE,
"percent_female" VARCHAR,
"percent_minority" VARCHAR,
"average_service_time" BIGINT,
"turnover_rate" VARCHAR
);
CREATE TABLE workforce_by_generation_trend (
"fiscal_year" BIGINT,
"traditionalists" BIGINT,
"baby_boomers" BIGINT,
"gen_x" BIGINT,
"millennials" BIGINT
);
CREATE TABLE workforce_classified_unclassified_headcount (
"year" BIGINT,
"total_employees" BIGINT,
"classified" BIGINT,
"unclassified" BIGINT,
"classified_5dbc69" VARCHAR,
"unclassified_69de82" VARCHAR
);
CREATE TABLE workforce_gender_trend (
"fiscal_year" BIGINT,
"fy_end_count" BIGINT,
"female" BIGINT,
"n__female" VARCHAR,
"male" BIGINT,
"n__male" VARCHAR
);
CREATE TABLE workforce_job_category_trend (
"fiscal_year" BIGINT,
"fy_end_count" BIGINT,
"officials_administrators" BIGINT,
"n__officials_administrators" VARCHAR,
"professionals" BIGINT,
"n__professionals" VARCHAR,
"technicians" BIGINT,
"n__technicians" VARCHAR,
"protective_service_workers" BIGINT,
"n__protective_service_workers" VARCHAR,
"paraprofessionals" BIGINT,
"n__paraprofessionals" VARCHAR,
"officials_clerical" BIGINT,
"n__officials_clerical" VARCHAR,
"skilled_craft" BIGINT,
"n__skilled_craft" VARCHAR,
"service_maintenance" BIGINT,
"n__service_maintenance" VARCHAR
);
CREATE TABLE workforce_service_time_trend (
"fiscal_year" BIGINT,
"end_fy_count" BIGINT,
"n__3_years" BIGINT,
"n__3_years_de87e5" VARCHAR,
"n_3_5_years" BIGINT,
"n__3_5_years" VARCHAR,
"n_5_10_years" BIGINT,
"n__5_10_years" VARCHAR,
"n_10_15_years" BIGINT,
"n__10_15_years" VARCHAR,
"n_15_20_years" BIGINT,
"n__15_20_years" VARCHAR,
"n__20_years" BIGINT,
"n__20_years_d60799" VARCHAR
);
Anyone who has the link will be able to view this.