Show deploy timestamps alongside their Unix epoch equivalent
A medium SQL interview practice problem on DataDriven. Write and execute real sql code with instant grading.
- Domain
- SQL
- Difficulty
- medium
Problem
Show deploy timestamps alongside their Unix epoch equivalent. Return svc_name, deploy_at, and the epoch as deploy_epoch. Show the 5 most recent deploys.
Practice This Problem
Solve this SQL problem with real code execution. DataDriven runs your SQL queries against a real database and grades it automatically.