Where the Exports Land
A easy SQL interview practice problem on DataDriven. Write and execute real sql code with instant feedback.
- Domain
- SQL
- Difficulty
- easy
- Seniority
- L3
Problem
Export jobs have been flaky lately, so for every batch job whose name contains 'export', count how many landed in each completion status, most common first.
Summary
Every export run ends somewhere. Tally the endings, loudest first.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and checks it automatically.