Revenue for Specific Users
A easy SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- easy
- Seniority
- L4
Problem
We're reconciling revenue for alice and aaron42. Show each transaction row alongside a running total of revenue across both users. Return the transaction ID, user, transaction amount, and running total.
Summary
Alice and bob. Total 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.