SQLSQL LabPostgreSQL practice
00:002 / 45
D02CoreCASE · aliases

Deployment outcome labels

Return deployment_id and an outcome that is healthy for succeeded deployments and needs_attention otherwise. Sort by deployment_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.