Question: Write SQL SELECT commands to answer the following queries using the Delta Airlines relational database below that is used to keep track of its mechanics,
Write SQL SELECT commands to answer the following queries using the Delta Airlines relational database below that is used to keep track of its mechanics, their skills, and their airport locations.
List the names and telephone numbers of all of the mechanics.
List the airports in California that are at least 20 acres in size and have opened in or after 1935.
List the airports in California that were opened before 1950. Order the results from smallest to largest airport.
Find the average size of the airports in California (Hint: use avg).
How many airports have been open in California in or after 1935? (Hint: use count).
List the names of the mechanics who work in California.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
