The Merit Circle
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant feedback.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- L3
Problem
Each product may carry many reviews, but the `rating` column already holds the product's average. Bring back the ten highest-rated products, from best to worst.
Summary
Ten seats at the top, and the ratings decide who sits.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and checks it automatically.