Loading...

Silent Users

A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.

Domain
SQL
Difficulty
medium

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.

Practice This Problem

Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a live PostgreSQL database and grades it instantly.