Select All Flights
Start Timer
0:00:00
Let’s say you work for an airline. The flights
table contains information about all flights your airline has booked.
Select all entries from the flights
table
Example:
Input:
Column | Type |
---|---|
id |
INTEGER |
source_location |
VARCHAR |
destination_location |
VARCHAR |
plane_id |
INTEGER |
Output:
Column | Type |
---|---|
id |
INTEGER |
source_location |
VARCHAR |
destination_location |
VARCHAR |
plane_id |
INTEGER |
Recommended questions for you
Personalized based on your user activity, skill level, and preferences.
.
.
.
.
.
.
.
.
.
Comments