For each airport, find the average occupancy of flights in August 2017 (according to the actual departure date). Output the result in two columns departure_airport - departure airport code and average_flights_occupancy - average flight occupancy as a percentage, rounded to two decimal places. Sort the results in descending order of the second column. If occupancy values are equal, sort by airport code.
Write your request in the field below and click the "Check it!" button.
Use PostgreSQL syntax to write your answer. Descriptions of tables are provided at the bottom of the screen.
ER diagram of the Bookings database