https://app.snowflake.com/marketplace/listing/GZSNZ7F5UH/starschema-covid-19-epidemiological-data
SELECT ... FROM ...;
SELECT ... FROM ...;
Order from high-to-low.
SELECT ... FROM ...
GROUP BY ... ORDER BY ...;
Order from earliest-to-latest.
SELECT ... FROM ...
WHERE ... GROUP BY ... ORDER BY ...;
Order from high-to-low.
SELECT DAYNAME(...), ... FROM ...
GROUP BY ... ORDER BY ...;