U.S. Chronic Disease Indicators
U.S. Department of Health & Human Services
@usgov.hhs_gov_u_s_chronic_disease_indicators
U.S. Department of Health & Human Services
@usgov.hhs_gov_u_s_chronic_disease_indicators
CREATE TABLE table_1 (
"yearstart" BIGINT,
"yearend" BIGINT,
"locationabbr" VARCHAR,
"locationdesc" VARCHAR,
"datasource" VARCHAR,
"topic" VARCHAR,
"question" VARCHAR,
"response" VARCHAR,
"datavalueunit" VARCHAR,
"datavaluetype" VARCHAR,
"datavalue" DOUBLE,
"datavaluealt" DOUBLE,
"datavaluefootnotesymbol" VARCHAR,
"datavaluefootnote" VARCHAR,
"lowconfidencelimit" DOUBLE,
"highconfidencelimit" DOUBLE,
"stratificationcategory1" VARCHAR,
"stratification1" VARCHAR,
"stratificationcategory2" VARCHAR,
"stratification2" VARCHAR,
"stratificationcategory3" VARCHAR,
"stratification3" VARCHAR,
"geolocation" VARCHAR,
"locationid" BIGINT,
"topicid" VARCHAR,
"questionid" VARCHAR,
"responseid" VARCHAR,
"datavaluetypeid" VARCHAR,
"stratificationcategoryid1" VARCHAR,
"stratificationid1" VARCHAR,
"stratificationcategoryid2" VARCHAR,
"stratificationid2" VARCHAR,
"stratificationcategoryid3" VARCHAR,
"stratificationid3" VARCHAR
);
Anyone who has the link will be able to view this.