Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assume that you have the following relation schema, call it hotel schema. Create the ER diagram for this schema, Implement it in any RDBMS you

Assume that you have the following relation schema, call it hotel schema. Create the ER diagram for this schema, Implement it in any RDBMS you want, insert artificial data and show the following queries.1.2.3.4.5.Show the number of roomsShow the number of people they make booking using a specified dataList the addresses of guest to the hotelShow the guest they select the room type suiteShow number of guest they choose room No 14(assuming you have room with no 14)HotelRoomBooking (hotelNo ,guestNo, dateFrom, dateTo, roomNo) Guest (guestNo,guestName,guestAddress)

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

Oracle 10g Database Administrator Implementation And Administration

Authors: Gavin Powell, Carol McCullough Dieter

2nd Edition

1418836656, 9781418836658

More Books

Students also viewed these Databases questions