Workforce Demographics
State of Oklahoma
@usgov.state_of_oklahoma_workforce_demographics
State of Oklahoma
@usgov.state_of_oklahoma_workforce_demographics
The resources in this dataset contain demographic information for the Oklahoma state government workforce. The resources present data from the current fiscal year along with demographic trends over time. The data can be used for workforce planning purposes.
Organization: State of Oklahoma
Last updated: 2021-08-07T14:59:46.088654
Tags: demographics, workforce-planning
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 -- Classified %,
"unclassified_69de82" VARCHAR -- Unclassified %
);CREATE TABLE workforce_gender_trend (
"fiscal_year" BIGINT,
"fy_end_count" BIGINT,
"female" BIGINT,
"n__female" VARCHAR -- % Female,
"male" BIGINT,
"n__male" VARCHAR -- % Male
);CREATE TABLE workforce_job_category_trend (
"fiscal_year" BIGINT,
"fy_end_count" BIGINT,
"officials_administrators" BIGINT -- Officials & Administrators,
"n__officials_administrators" VARCHAR -- % Officials & Administrators,
"professionals" BIGINT,
"n__professionals" VARCHAR -- % Professionals,
"technicians" BIGINT,
"n__technicians" VARCHAR -- % Technicians,
"protective_service_workers" BIGINT,
"n__protective_service_workers" VARCHAR -- % Protective Service Workers,
"paraprofessionals" BIGINT,
"n__paraprofessionals" VARCHAR -- % Paraprofessionals,
"officials_clerical" BIGINT,
"n__officials_clerical" VARCHAR -- % Officials-Clerical,
"skilled_craft" BIGINT,
"n__skilled_craft" VARCHAR -- % Skilled Craft,
"service_maintenance" BIGINT,
"n__service_maintenance" VARCHAR -- % Service/Maintenance
);CREATE TABLE workforce_service_time_trend (
"fiscal_year" BIGINT,
"end_fy_count" BIGINT,
"n__3_years" BIGINT -- < 3 Years,
"n__3_years_de87e5" VARCHAR -- % < 3 Years,
"n_3_5_years" BIGINT -- 3-5 Years,
"n__3_5_years" VARCHAR -- % 3-5 Years,
"n_5_10_years" BIGINT -- 5-10 Years,
"n__5_10_years" VARCHAR -- % 5-10 Years,
"n_10_15_years" BIGINT -- 10-15 Years,
"n__10_15_years" VARCHAR -- % 10-15 Years,
"n_15_20_years" BIGINT -- 15-20 Years,
"n__15_20_years" VARCHAR -- % 15-20 Years,
"n__20_years" BIGINT -- > 20 Years,
"n__20_years_d60799" VARCHAR -- % > 20 Years
);Anyone who has the link will be able to view this.