NCHS - Injury Mortality: United States
U.S. Department of Health & Human Services
@usgov.hhs_gov_nchs_injury_mortality_united_states
U.S. Department of Health & Human Services
@usgov.hhs_gov_nchs_injury_mortality_united_states
CREATE TABLE table_1 (
"year" BIGINT,
"sex" VARCHAR,
"age_group_years" VARCHAR,
"race" VARCHAR,
"injury_mechanism" VARCHAR,
"injury_intent" VARCHAR,
"deaths" BIGINT,
"population" BIGINT,
"age_specific_rate" DOUBLE,
"age_specific_rate_standard_error" DOUBLE,
"age_specific_rate_lower_confidence_limit" DOUBLE,
"age_specific_rate_upper_confidence_limit" DOUBLE,
"age_adjusted_rate" DOUBLE,
"age_adjusted_rate_standard_error" DOUBLE,
"age_adjusted_rate_lower_confidence_limit" DOUBLE,
"age_adjusted_rate_upper_confidence_limit" DOUBLE,
"unit" VARCHAR
);
Anyone who has the link will be able to view this.