Who's Looking
A easy SQL interview practice problem on DataDriven. Write and execute real sql code with instant feedback.
- Domain
- SQL
- Difficulty
- easy
- Seniority
- L3
Problem
The search quality team wants to know which search terms are reaching the widest audience. For each term, count how many different users searched it, with the widest reach first.
Summary
Every search is a question someone needed answered. Count the people asking.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and checks it automatically.