SQLSQL LabPostgreSQL practice
00:0026 / 45
W01IntermediateROW_NUMBER

Latest deployment per customer

Return the latest deployment for each customer as customer_id, deployment_id, version, status, and deployed_at. Sort by customer_id.

Data available

Use this table

1 table
Table 1

deployments

Customer releases, including failures and rollbacks.

  • deployment_idintegerPK
  • customer_idintegerFK
  • engineer_idintegerFK
  • versiontext
  • statustext
  • deployed_attimestamptz
Query editor

PostgreSQL

Run query
Result stream

Output

Run your query to inspect its result.
Contextual coach

Ask about this attempt

Run or check a query first. The coach only comments on a real error or grader mismatch.

Field notes

Hints & explanation

Try to solve it cold. Two progressive hints are available.