Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question is related to the HotelReservation database schema below . a) Write a query to list the hotel numbers and room numbers of any single

Question is related to the HotelReservation database schema belowimage text in transcribed.

a) Write a query to list the hotel numbers and room numbers of any single rooms that are cheaper than ?60.

b) Write a query to list names and cities of all London and Liverpool location hotels.

c) Write a query to list the guest names who are scheduled to check in today.

d) Write a query to list hotel names and its double room count for hotels locates in London.

e) Write a query to list the check-in date and check-out date of a guest named John Smith.

The following tables form part of a database held in a relational DBMS: city) Hotel (hotelNo, hotelName, 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, hotelNo) forms the primary key; Booking contains details of bookings and (hotelNo, guestNo, dateFrom) forms the primary key Guest contains guest details and guestNo is the primary key

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

Expert Oracle9i Database Administration

Authors: Sam R. Alapati

1st Edition

1590590228, 978-1590590225

More Books

Students also viewed these Databases questions

Question

What do Dimensions represent in OLAP Cubes?

Answered: 1 week ago