Unique Visitors
A easy SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- easy
- Seniority
- L3
Problem
The product team is building a monthly active users report for the board. For each calendar month in the session data, tally the number of individual users who visited at least once. Only include months that had more than two unique visitors. List the months from most recent to oldest.
Summary
Which months actually had an audience?
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.