Instruction
Good. Let's introduce the tables we're going to work with. A (fictional) European airline called PerfectAir revealed some of its data to us. Let's see what we've received from them.
Exercise
Select all information from the Route table. This table keeps track of the flight routes used by PerfectAir. Each route has a:
- unique internal ID code (
Code), - international code for the departure airport (
FromAirport), - international code for the arrival airport (
ToAirport), - route distance, expressed in kilometers (
Distance), - planned departure time (
DepartureTime), - planned arrival time (
ArrivalTime).



