Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

following tables form part of a database held in a relational DBMS. Hotel (hotelNo, name, address) Room (roomNo, hotelNo, type, price) Booking (hotelNo, guestNo, dateFrom,

following tables form part of a database held in a relational DBMS.

Hotel (hotelNo, name, address)

Room (roomNo, hotelNo, type, price)

Booking (hotelNo, guestNo, dateFrom, dateTo, roomNo)

Guest (guestNo, name, address)

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 the primary key comprises hHotelNo, guestNo and DateFrom. Guest contains guest details and guestNo is the primary key.

(I have developed the tabels already - just please answer the following questions and queries ):

  1. Write a DDL statement for the table Hotel.
  2. Write a DDL statement to create a sequence.
  3. There is a nice hotel called (Lovely) in LA. Book a room number 101 in that hotel for the weekend.

only 3 simple questions answer them properly.

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

Database Design Application And Administration

Authors: Michael Mannino, Michael V. Mannino

2nd Edition

0072880678, 9780072880670

More Books

Students also viewed these Databases questions