Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Flights: (flno: integer, origin: string, destination: string, distance, integer, departs: timestamp, arrives: timestamp, price: integer) Aircraft: (aid: integer, aname: string, cruisingrange: integer) Certified: (eid: integer,
Flights: (flno: integer, origin: string, destination: string, distance, integer, departs: timestamp, arrives: timestamp, price: integer) Aircraft: (aid: integer, aname: string, cruisingrange: integer) Certified: (eid: integer, aid: integer) Employees: (eid: integer, ename: string, salary: integer) Note that the employees relation describes pilots and other kinds of employees as well; every pilot is certified for some aircraft, and only pilots are certified to fly. Write the two following queries in SQL (Questions 10 and 11). Question 10 List in reverse alphabetical order all pilots who are certified to fly some Airbus plane
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started