Sessions by Content Type
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant feedback.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- L3
Problem
We run a content platform where creators also browse the site, so each creator's user id shows up in the session log. Credit each content item with every session its creator logged, then total those credits for each content type.
Summary
Engagement, broken down by content format.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and checks it automatically.