The Ones Who Carry Us
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 general manager is preparing the annual product performance review to see which products carry the top line. For each product that generated at least one hundred dollars, report its total revenue and units sold, biggest earner first.
Summary
Every quarter, a few names hold up the whole line. Name them.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and checks it automatically.