A easy SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- easy
- Seniority
- L3
Problem
The trust and safety team flagged three accounts for review: user002, user003, and user004. Pull every content view associated with those users. Show the view ID, content ID, timestamp, and watch duration, by view ID.
Summary
Retrieve all content views for a set of flagged user accounts
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.