Quarterly Census Of Employment And Wages (QCEW)
State of California
@usgov.ca_gov_quarterly_census_of_employment_and_wages_qcew_a6fea
State of California
@usgov.ca_gov_quarterly_census_of_employment_and_wages_qcew_a6fea
CREATE TABLE data_dictionary_qcew_2023_2024_q3 (
"column" VARCHAR,
"type" VARCHAR,
"label" VARCHAR,
"description" VARCHAR
);
CREATE TABLE qcew_2008_2011 (
"area_type" VARCHAR,
"area_name" VARCHAR,
"year" BIGINT,
"quarter" VARCHAR,
"ownership" VARCHAR,
"naics_level" DOUBLE,
"naics_code" VARCHAR,
"industry_name" VARCHAR,
"establishments" BIGINT,
"average_monthly_employment" BIGINT,
"n_1st_month_emp" BIGINT,
"n_2nd_month_emp" BIGINT,
"n_3rd_month_emp" BIGINT,
"total_wages_all_workers" DOUBLE,
"average_weekly_wages" DOUBLE
);
CREATE TABLE qcew_2012_2015 (
"area_type" VARCHAR,
"area_name" VARCHAR,
"year" BIGINT,
"quarter" VARCHAR,
"ownership" VARCHAR,
"naics_level" BIGINT,
"naics_code" VARCHAR,
"industry_name" VARCHAR,
"establishments" BIGINT,
"average_monthly_employment" BIGINT,
"n_1st_month_emp" BIGINT,
"n_2nd_month_emp" BIGINT,
"n_3rd_month_emp" BIGINT,
"total_wages_all_workers" DOUBLE,
"average_weekly_wages" DOUBLE
);
CREATE TABLE qcew_2016_2019 (
"area_type" VARCHAR,
"area_name" VARCHAR,
"year" BIGINT,
"quarter" VARCHAR,
"ownership" VARCHAR,
"naics_level" BIGINT,
"naics_code" VARCHAR,
"industry_name" VARCHAR,
"establishments" BIGINT,
"average_monthly_employment" BIGINT,
"n_1st_month_emp" BIGINT,
"n_2nd_month_emp" BIGINT,
"n_3rd_month_emp" BIGINT,
"total_wages_all_workers" DOUBLE,
"average_weekly_wages" DOUBLE
);
CREATE TABLE qcew_2020_2022 (
"area_type" VARCHAR,
"area_name" VARCHAR,
"year" BIGINT,
"time_period" VARCHAR,
"ownership" VARCHAR,
"naics_level" BIGINT,
"naics_code" VARCHAR,
"industry_name" VARCHAR,
"establishments" BIGINT,
"average_monthly_employment" BIGINT,
"n_1st_month_emp" BIGINT,
"n_2nd_month_emp" BIGINT,
"n_3rd_month_emp" BIGINT,
"total_wages_all_workers" DOUBLE,
"average_weekly_wages" BIGINT
);
Anyone who has the link will be able to view this.