Covid-19 Case In Malaysia
Dataset retrieved from Malaysia's Ministry of Health
@kaggle.viviansam_covid_19_case_in_malaysia
Dataset retrieved from Malaysia's Ministry of Health
@kaggle.viviansam_covid_19_case_in_malaysia
CREATE TABLE deaths_state (
"date" TIMESTAMP,
"state" VARCHAR,
"deaths_new" BIGINT,
"deaths_bid" BIGINT,
"deaths_new_dod" BIGINT,
"deaths_bid_dod" BIGINT,
"deaths_unvax" BIGINT,
"deaths_pvax" BIGINT,
"deaths_fvax" BIGINT,
"deaths_boost" BIGINT,
"deaths_tat" BIGINT
);
Anyone who has the link will be able to view this.