Long-Term Industry Employment Projections
State of California
@usgov.ca_gov_long_term_industry_employment_projections
State of California
@usgov.ca_gov_long_term_industry_employment_projections
CREATE TABLE data_dictionary_long_term_industry_employment_projections (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE long_term_industry_employment_projections (
"area_type" VARCHAR,
"area_name" VARCHAR,
"period" VARCHAR,
"naics_level" VARCHAR,
"naics_code" VARCHAR,
"industry_title" VARCHAR,
"base_year_employment_estimate" BIGINT,
"projected_year_employment_estimate" BIGINT,
"numeric_change" BIGINT,
"percentage_change" DOUBLE
);
Anyone who has the link will be able to view this.