🙏 Help keep this project alive. Last month we raised only $32 - enough for servers only. Without your support, there will be no new lessons or features. Support now →
SQL code copied to buffer
RU PT FR
Task 241:

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.