Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 2 (60 pts). The following relations keep track of airline flight information: Flight (flno: integer, from: string, to: string, distance: integer, departs: time, arrives:
Question 2 (60 pts). The following relations keep track of airline flight information: Flight (flno: integer, from: string, to: string, distance: integer, departs: time, arrives: time, price: real) Aircraft (aid: integer, aname: string, cruisingrange: integer) Certified (eid:integer.aid: integer) Employee (eid: integer, ename: string, salary: integer) Note that the Employee 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 each of the following queries in SQL 3. Find the names of pilots certified for some 'Boeing' aircraft. (hint: consider substring pattern matching) 4, Find the aids of all aircrafts that can be used on ALL the routes from Miami, FL, to Sacramento, CA
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