State Classification To Federal O*NET Mapping
State of California
@usgov.ca_gov_state_classification_to_federal_onet_mapping
State of California
@usgov.ca_gov_state_classification_to_federal_onet_mapping
The State of California defines the requirements for various positions through Classifications. Examples of Classifications are Office Technician, Staff Services Analyst, Information Technology Specialist I and about 3,000 others. The Federal Government classifies various occupations using O NET groupings. The data set contained here shows how the State of California maps its Classes to the O NET codes. The purpose of this mapping is to standardize reporting when needing to compare State positions to non-State positions.
Organization: State of California
Last updated: 2021-09-08T16:09:43.305659
Tags: classification, o-net-mapping
CREATE TABLE state_classification_to_federal_o_net_mapping (
"class_code" BIGINT,
"class_title" VARCHAR,
"o_net_soc_code" VARCHAR,
"o_net_soc_title" VARCHAR,
"priority" BIGINT
);Anyone who has the link will be able to view this.