Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Consider the HOTEL database used in the SQL in-class discussions Hotel (hotelNo, hotelName, city) Room (roomNo, H_hotelNo, roomType, price) Booking (H_hotelNo, G_guestNo, dateFrom, dateTo,

1. Consider the HOTEL database used in the SQL in-class discussions

Hotel (hotelNo, hotelName, city)

Room (roomNo, H_hotelNo, roomType, price)

Booking (H_hotelNo, G_guestNo, dateFrom, dateTo, R_roomNo)

Guest (guestNo, guestName, guestAddress)

a. Give a relational algebra expression for the following English statement:

"List the names of all the guests currently staying at the Days Inn."

b. Give a relational algebra expression and a SQL query for the following English statement:

List all the room numbers along with the hotel name they belong to for each hotel in Las Vegas

c. Give a relational algebra expression and a SQL query for the following English statement:

List the room number and corresponding room type for rooms available in June 13th or August 23rd of this year at the Hilton in Seattle.

d. Come up with an example that uses the intersection and union operations in the same expression/statement. Provide:

The natural language (English) statement

The relational algebra expression

The corresponding SQL query

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Secrets Of Analytical Leaders Insights From Information Insiders

Authors: Wayne Eckerson

1st Edition

1935504347, 9781935504344

More Books

Students also viewed these Databases questions