Use a FULL OUTER JOIN between users and content_items, matching user_id to creator_id
A medium SQL mock interview question on DataDriven. Practice with AI-powered feedback, real code execution, and a hire/no-hire decision.
- Domain
- SQL
- Difficulty
- medium
Interview Prompt
Use a FULL OUTER JOIN between users and content_items, matching user_id to creator_id. Return username and title so you can see users who created no content and content with no matching user.
How This Interview Works
- Read the vague prompt (just like a real interview)
- Ask clarifying questions to the AI interviewer
- Write your sql solution with real code execution
- Get instant feedback and a hire/no-hire decision