mediumTraveloka · mathBasicNew
Compute the median fare across all bookings
Return the median fare across all bookings, as a single value median_fare.
Schema
▸bookings
| id | INT |
| fare | NUMERIC |
Basic
The example input, expected output, and walkthrough for this question unlock with a Basic plan.
Basic
This is a Basic question
Premium practice questions unlock with a Basic plan. The full solution, expected output, and grading are available to Basic members.