Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
4. The Flight table
Dealing with dates
Working with time data
Date and time date
Extracting dates and times
Doing arithmetic with dates
Converting date and time data
Building date and time data from parts
Summary and review

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.