A easy SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- easy
- Seniority
- L3
Problem
Quick tail check on recent pipeline runs. Pull the five most recent batch job records by job ID, from newest to oldest. For each job, show the job ID, name, status, rows completed, start time, end time, priority, and retries.
Summary
The last five. A quick tail check.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.