Session-Fit Content
A easy SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- easy
- Seniority
- L3
Problem
For user 197, find content items whose duration is less than or equal to that user's average session length. Show the user ID, content ID, and content duration.
Summary
Content that fits the session length.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.