Covid-19 Status In Bangladesh
Covid-19 Status in Bangladesh up to date September 30, 2021
@kaggle.raselmeya_covid19_status_in_bangladesh
Covid-19 Status in Bangladesh up to date September 30, 2021
@kaggle.raselmeya_covid19_status_in_bangladesh
CREATE TABLE all_status_of_covid_19_in_bd (
"date" TIMESTAMP,
"total_tested" BIGINT,
"total_cases" BIGINT,
"total_deaths" BIGINT,
"total_recovered" BIGINT,
"newly_tested" BIGINT,
"new_cases" BIGINT,
"new_deaths" BIGINT,
"newly_recovered" BIGINT,
"days_since_first_confirmed_cases" BIGINT
);
CREATE TABLE covid19_total_cases_per_district_in_bd (
"date" TIMESTAMP,
"total_tested" BIGINT,
"total_cases" BIGINT,
"total_deaths" BIGINT,
"total_recovered" BIGINT,
"newly_tested" BIGINT,
"new_cases" BIGINT,
"new_deaths" BIGINT,
"newly_recovered" BIGINT,
"days_since_first_confirmed_cases" BIGINT
);
Anyone who has the link will be able to view this.