SQL Analysis of a Real Dataset
~10h estimatedAnswer five business questions with SQL, and defend the answers.
Load a real dataset into a real database. Write the questions before the queries. Joins, window functions and aggregations — and a sanity check on every number you produce.
Assessed against
- Five business questions stated before the analysis
- Window functions used where they are genuinely the right tool
- Every result sanity-checked against a second method
- Query performance considered on the largest table
Suggested datasets
- Northwind
- Olist Brazilian e-commerce
- NYC Taxi trips
You'll finish with
- GitHub repo with .sql files
- Findings document