The Long Watch
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- L4
Problem
A media team is auditing its content library, where articles carry no runtime while videos, podcasts, and other formats do. For each content type, report how many items were published and the average runtime of that format, longest-running formats first.
Summary
Some formats hold you longer than others. Measure which ones.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.