Countrywise COVID Cases
Country wise COVID patients total numbers
@kaggle.sunayanagawde_countrywise_covid_cases
Country wise COVID patients total numbers
@kaggle.sunayanagawde_countrywise_covid_cases
CREATE TABLE country_wise_covid_cases (
"country_name" VARCHAR,
"total_infected" BIGINT,
"total_deaths" BIGINT,
"total_recovered" DOUBLE,
"death" DOUBLE,
"recovered" DOUBLE
);
Anyone who has the link will be able to view this.