Tuberculosis Incidence And Mortality
@owid.tuberculosis
@owid.tuberculosis
CREATE TABLE owid_cases_after_1975 (
"country" VARCHAR,
"year" INTEGER,
"tb_cases_no" INTEGER,
"tb_cases_rate" FLOAT
);
CREATE TABLE owid_cases_before_1975 (
"country" VARCHAR,
"year" INTEGER,
"tb_cases_no" UINTEGER,
"tb_cases_rate" FLOAT
);
CREATE TABLE owid_deaths_after_1979 (
"country" VARCHAR,
"year" INTEGER,
"tb_deaths_no" INTEGER,
"tb_deaths_rate" FLOAT
);
CREATE TABLE owid_deaths_before_1979 (
"country" VARCHAR,
"year" INTEGER,
"tb_deaths_no" INTEGER,
"tb_deaths_rate" FLOAT
);
Anyone who has the link will be able to view this.