Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Compute new cases for each day. To account for administrative weekends with fewer reports or missing data, compute the smoothed rolling average between two preceding

Compute new cases for each day.
To account for "administrative weekends" with fewer reports or missing data, compute the smoothed rolling average between two preceding days and two following days.
Fetch latest available per state data from statistics. Note that states may have different latest submission dates. (hint: ROW_NUMBER())
Use the "latest data" derived from the above query and demographic information to compute the mortality per 100,000 population.
Find the biggest spike in new deaths per country. Sort them by the most recent date, then by the count of new deaths. (hint: RANK())

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

What does Processing of an OLAP Cube accomplish?

Answered: 1 week ago