Demographic Economic Stats
State of Oklahoma
@usgov.state_of_oklahoma_demographic_economic_stats_34cfb
State of Oklahoma
@usgov.state_of_oklahoma_demographic_economic_stats_34cfb
CREATE TABLE data_demographic_economic_stats (
"year" BIGINT,
"u_s_population_in_thousands" BIGINT,
"u_s_population_change_from_prior_period" VARCHAR,
"oklahoma_population_in_thousands" BIGINT,
"oklahoma_population_change_from_prior_period" VARCHAR,
"oklahoma_personal_income_in_millions" VARCHAR,
"u_s_per_capita_personal_income" VARCHAR,
"oklahoma_per_capita_personal_income" VARCHAR,
"oklahoma_per_capita_personal_income_as_a_percentage_of_u_s" VARCHAR,
"employed_civilian_labor_force" BIGINT,
"unemployed_civilian_labor_force" BIGINT,
"unemployment_rate" VARCHAR
);
Anyone who has the link will be able to view this.