Tobacco Consumption
Adult Tobacco Consumption In the U.S. 2000-Present
@kaggle.timgoosey_tobacco_consumption
Adult Tobacco Consumption In the U.S. 2000-Present
@kaggle.timgoosey_tobacco_consumption
CREATE TABLE adult_tobacco_consumption_in_the_u_s_2000_present_1 (
"year" BIGINT,
"locationabbrev" VARCHAR,
"locationdesc" VARCHAR,
"population" BIGINT,
"topic" VARCHAR,
"measure" VARCHAR,
"submeasure" VARCHAR,
"data_value_unit" VARCHAR,
"domestic" BIGINT,
"imports" BIGINT,
"total" BIGINT,
"domestic_per_capita" DOUBLE,
"imports_per_capita" DOUBLE,
"total_per_capita" DOUBLE
);
Anyone who has the link will be able to view this.