Outage duration in minutes
Network operations wants each 5G site outage measured in minutes.
Return site_id and duration_minutes (rounded to 1 decimal place).
Schema
▸outages
| id | INT |
| site_id | TEXT |
| start_time | TIMESTAMP |
| end_time | TIMESTAMP |
Example input
▸outages
Stuck? Ask the coach for a nudge that won't give the answer away, or reveal the reference solution and a short walkthrough of why it works.