Covid-19 Bangladesh
Covid-19 Cases, Deaths, Recoveries in Bangladesh
@kaggle.mrfarhad_covid19_bangladesh
Covid-19 Cases, Deaths, Recoveries in Bangladesh
@kaggle.mrfarhad_covid19_bangladesh
CREATE TABLE covid (
"date" TIMESTAMP,
"total_cases" BIGINT,
"new_cases" BIGINT,
"total_deaths" BIGINT,
"new_deaths" BIGINT,
"total_recoveries" BIGINT,
"new_recoveries" BIGINT
);
Anyone who has the link will be able to view this.