🙏 We really need your support. We need funding to continue our mission: publishing new lessons and improving the platform. If you can, please support the project with a donation. Help the project now →
SQL code copied to buffer
Task 48:

Airports with Delays

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.

Use PostgreSQL syntax to write your answer. Descriptions of tables are provided in the right pane.

Write your request in the field below and click the "Check it!" button.
Get hint
Copy code Clear editor

Hi! Could we please enable some services and cookies to improve your experience and our website?

Privacy & Cookie Policy.