Silent Users
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
- Seniority
- L4
Problem
The search relevance team is running an engagement audit and needs to identify users who have never issued a search query on the platform. Pull every user account , even those with no search activity on record , and surface only the accounts that have no associated searches. For each such user, show their username and the date they signed up. Present from the most recently joined to the earliest.
Summary
Users who have never typed a query.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.