Loading...

Last Five Batch Jobs

A easy SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.

Domain
SQL
Difficulty
easy
Seniority
junior

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.

Practice This Problem

Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a live PostgreSQL database and grades it instantly.