Calculate the average departure delays for each airport from the flights table in August 1, 2017. Your output should include the following columns: - departure_airport - overall_average_departure_delay: the overall average delay across all airports - airport_average_departure_delay: the average delay for each specific airport Only include airports where the average delay exceeds the overall average, and sort the results by airport_average_departure_delay in descending order.
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.