COVID-19 Cases, Deaths, And Tests By Day - Archived
State of Connecticut
@usgov.state_of_connecticut_covid_19_cases_deaths_and_tests_by_day
State of Connecticut
@usgov.state_of_connecticut_covid_19_cases_deaths_and_tests_by_day
CREATE TABLE table_1 (
"date" TIMESTAMP,
"confirmed_cases" BIGINT,
"probable_cases" BIGINT,
"total_cases" BIGINT,
"total_deaths" BIGINT,
"total_tests" BIGINT,
"date_updated" TIMESTAMP
);
Anyone who has the link will be able to view this.