Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1h 16m left O ALL 1 2 3 4 5 6 6. Covid-19 Data Query - 3 The table covid_cases_states contains COVID 19 data for
1h 16m left O ALL 1 2 3 4 5 6 6. Covid-19 Data Query - 3 The table covid_cases_states contains COVID 19 data for US states from 2020-01-21. Each row corresponds to a day for a state, and the cumulative cases and deaths so far, including that day. The CDC has also given us data for cases and deaths cumulatively for the entire US. Since they already gave us the data by state, this should be the same data but aggregated. Before switching data sources, we want to make sure that this data is the same. The new table is covid_cases. Question Report the dates where there is a discrepancy between the table covid_cases_states and the table covid_cases? Note Output dates should be formated as "YYYY-MM-DD". Table covid_cases_states Field Name date state fips cases deaths covid_cases Field Name date cases deaths 5 Data Type Date VarChar Integer Integer Integer Data Type Date V Integer V Integer Max Size 10 24 2 5 4 Max Size 10 3 2 Language: PostgreSQL 1 2 /* Enter your query below. 3 Please append a semicolon
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started