Loading...
Creators With Top-Rated Content
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
Problem
Find the 10 creators in content_items with the highest count of content items they have produced. Include all creators tied at the 10th position. Show the creator id and the count, sorted from highest count to lowest.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.