Asia Covid 19 Cases
Covid 19 Cases in Asia as of 10th October 2021
@kaggle.vivek468_asia_covid_19_cases_updated_10_oct_21
Covid 19 Cases in Asia as of 10th October 2021
@kaggle.vivek468_asia_covid_19_cases_updated_10_oct_21
CREATE TABLE asiacases (
"id" BIGINT,
"country" VARCHAR,
"totalcases" BIGINT,
"totaldeaths" DOUBLE,
"totalrecovered" BIGINT,
"activecases" BIGINT,
"totalcasespermillion" BIGINT,
"totaldeathspermillion" DOUBLE,
"totaltests" DOUBLE,
"totaltestspermillion" DOUBLE,
"totalpopulation" BIGINT
);
Anyone who has the link will be able to view this.