A easy SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- easy
Problem
The monetization team is reviewing ad performance for the quarter. They want every user who clicked on at least one ad, along with the total revenue those clicks generated. Show each user's username and total click revenue, listed from the highest revenue contributor down.
Summary
Who clicked? What did they spend?
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.