Find airports from which you can fly in only one direction. Create the resulting table with columns: departure_airport, departure_city - name and city of departure airport (in English), arrival_airport and arrival_city name and city of the destination airport (in English). Sort the result by the departure_city column.
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