Find the flights that have the highest fares


Problem

A. Find every flight for which there are no flight legs listed in the database.

B. Find the flight(s) that have the highest fare(s).

C. Find every type of airplane that can land at all the airports.

Each of the following queries in extended relational algebra. That is, you can now use aggregate functions, arithmetic in s subscripts, and entire relational algebra expressions whose value is a one-column, one-row table in s subscripts - in addition to s, p, X, r, -, È and Ç

In the case of queries that you've already done in un-extended relational algebra, use the added expressive power of extended relational algebra to write simpler expressions.

D. Find the flight(s) that have the highest fare(s).

E. Find every type of airplane that can land at all the airports.

F. Find every flight whose first leg on 12/01/03 has at least three times as many available seats as its second leg.

G. Find every flight for which there are no flight legs in the database. ( one using COUNT, even though the un-extended relational algebra version isn't very complicated; the version using COUNT is probably understandable by more potential readers than the un-extended relational algebra version, and readability is a positive property.)

H. Find every flight leg for which there are twenty or more seat reservations on 12/01/03.

I. Find every flight leg for which there are exactly twenty seat reservations on 12/01/03.

J. Find every type of airplane that can land at more airports in New York, New York than at airports in Boston, Massachusetts.

Request for Solution File

Ask an Expert for Answer!!
Database Management System: Find the flights that have the highest fares
Reference No:- TGS03242698

Expected delivery within 24 Hours