Latest Covid-19 Global Countrywise Data
Covid-19 Global Countrywise Data as on August 06, 2021
@kaggle.manthanx_latest_covid19_global_countrywise_data
Covid-19 Global Countrywise Data as on August 06, 2021
@kaggle.manthanx_latest_covid19_global_countrywise_data
CREATE TABLE coviddata (
"country" VARCHAR,
"infected" BIGINT,
"deaths" BIGINT,
"recovered" BIGINT,
"death_percent" DOUBLE,
"recovered_percent" DOUBLE
);
Anyone who has the link will be able to view this.