Retailers That Sold Tobacco To Underage Youth And Young Adults
State of California
@usgov.ca_gov_retailers_that_sold_tobacco_to_underage_youth_a_851cf85c
State of California
@usgov.ca_gov_retailers_that_sold_tobacco_to_underage_youth_a_851cf85c
CREATE TABLE tobacco_sold_to_youth_under_18 (
"year" BIGINT,
"percent" DOUBLE,
"se" DOUBLE,
"lower95" DOUBLE,
"upper95" DOUBLE
);
CREATE TABLE tobacco_sold_to_young_adults_under_21 (
"year" BIGINT,
"percent" DOUBLE,
"se" DOUBLE,
"lower95" DOUBLE,
"upper95" DOUBLE
);
Anyone who has the link will be able to view this.