Instruction
The last table we'll work with is Flight. Let's check it out.
Exercise
Select all information from the Flight table.
This table lists individual flights (Id) on a set route (RouteCode) with a specific aircraft (AircraftId) on a given date (Date).
The Delay column is expressed in minutes. A positive value in this column means that the arrival was indeed delayed. A negative value indicates that the plane landed ahead of schedule.



