Question

How to convert this relational algebra statement into SQL
(f) 11 pueetName, hotatNo(Booking p king BookinQuetuo Guest) dy Lon(Hl) ote

0 0
Add a comment Improve this question Transcribed image text
Answer #1
Answer : this can be converted as : 
(Select guestName, hotelNo From Booking,Guest
Where Booking.guestNo == Guest.guestNo) as B
Where Not Exists (
(Select h.hotelNo From Hotel as h)
Except
( Select * From
(Select hotelNo From Booking,Guest Where
Booking.guestNo == Guest.guestNo) as C
Where B.guestName = C.guestName)
);



Add a comment
Know the answer?
Add Answer to:
How to convert this relational algebra statement into SQL (f) 11 pueetName, hotatNo(Booking p king BookinQuetuo...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • What is the relational algebra expression for the following SQL statement?  Retrieve all the video tapes that...

    What is the relational algebra expression for the following SQL statement?  Retrieve all the video tapes that have been rented by the customers with ID 101 and 106

  • **************PLEASE COMPLETE PART F) ONLY************** Consider the following relational database schema (primary keys are underlined) and...

    **************PLEASE COMPLETE PART F) ONLY************** Consider the following relational database schema (primary keys are underlined) and SQL query: Hotel (hotelNo, hotelName, city) Room (roomNo, hotelNo, type, price) Booking (hotelNo, guestNo, dateFrom, dateTo, roomNo) Guest (guestNo, guestName, guestAddress) SELECT g.guestNo, g.guestName FROM Room r, Booking b, Hotel h, Guest g WHERE h.hotelNo = b.hotelNo AND g.guestNo = b.guestNo AND h.hotelNo = r.hotelNo AND h.hotelName = "Ritz" AND dateFrom >= "Jan 01, 2001" AND dateTo <= "Dec 31, 2001"; (A) state what...

  • The following tables form part of a database held in a relational DBMS: Hotel (hotelNo, hotelName,...

    The following tables form part of a database held in a relational DBMS: Hotel (hotelNo, hotelName, city) Room (roomNo, hotelNo, type, price) Booking (hotelNo, guestNo, dateFrom, dateTo, roomNo) Guest (guestNo, guestName, guestAddress) where Hotel contains hotel details and hotelNo is the primary key; Room contains room details for each hotel and (roomNo, hoteINo) forms the primary key; Booking contains details of bookings and (hoteINo, guestNo, dateFrom) forms the primary key; Guest contains guest details and guestNo is the primary key....

  • For the tables given above, write a relational algebra statement to show the names of the...

    For the tables given above, write a relational algebra statement to show the names of the female staffs whose salaries are more than 10000. Use S for selection, P for projection, |X| for join, X for cross product, T for aggregation and grouping, U for union, ^ for interaction, / for division, - for intersection. TT T Arial 3 (12pt) T5 - E S @a's For the tables given above, write one relational algebra statement to show the Branch No...

  • Using the CAP database handout. Write the relational algebra statement to answer the following question. Then...

    Using the CAP database handout. Write the relational algebra statement to answer the following question. Then write the SQL statement to answer the same question. Get aids of agents who place individual orders in dollar value greater than $500 for customers living in Kyoto. Chanter 2 The Relational Model O'Neil, P., & O'Neil, E (200). Database prineiples programming performance (2d ed.). San Franciscu: Morgan Kaufmann. PRODUCTS pd pname city p0 combl111400C.so p02brushNewark 2030000.S0 pzorDuluth 150600 1.00 CUSTOMERS Cname city discat...

  • P 4-11 (similar to) ssume you can earn 8.5% per year on your investments. f you...

    P 4-11 (similar to) ssume you can earn 8.5% per year on your investments. f you invest $130,000 for retirement at age 30, how much will you have 35 years later for retirement? f you wait until age 40 to invest the $130,000, how much will you have 25 years later for retirement? Why is the difference so large? Beati has almond orchards, but he is sick of almonds and prefers to eat walnuts instead. The owner of the walnut...

  • 11) C. F. Lee Inc. has the following income statement. How much after-tax operating income does...

    11) C. F. Lee Inc. has the following income statement. How much after-tax operating income does the firm have? Sales $3,200.00 Costs 1,850.00 Depreciation 192.00 EBIT $1,158.00 Interest expense 285.00 EBT $873.00 Taxes (25%) 218.25 Net income $654.75 a. $900.25 b. $821.03 c. $868.50 d. $583.36 e. $835.43

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT