Loading...
Content by Specific Users
A easy SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- easy
Problem
Join content_items to users on creator_id = user_id. Keep rows where username is in ('user002', 'user003', 'user004'). Return content_id, title, content_type, and creator_id sorted by content_id ascending.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.