Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

QUESTION 4 The following tables form part of a database held in a relational DBMS: Hotel ( hotelNo , hotelName, city ) Room ( roomNo

QUESTION 4
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, hotelNo) forms the primary key;
Booking contains details of the bookings and (hotelNo, guestNo, dateFrom) forms the primary key;
and Guest contains guest details and guestNo is the primary key.
Using the above information which RA statement will select a list of all single rooms with a price below $20 per night?
sigma space p r i c e less than 20 space left parenthesis R o o m right parenthesis
none
sigma space t y p e equals apostrophe S apostrophe logical and p r i c e equals 20 space left parenthesis H o t e l right parenthesis
sigma space t y p e equals apostrophe S apostrophe logical and p r i c e less than 20 space left parenthesis R o o m right parenthesis

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

Databases Illuminated

Authors: Catherine M Ricardo, Susan D Urban

3rd Edition

1284056945, 9781284056945

More Books

Students also viewed these Databases questions