Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Answer both ( a ) and ( b ) ( a ) Define the following terms in the context of Relational Databases: ( i )

Answer both (a) and (b)
(a) Define the following terms in the context of Relational Databases:
(i) Weak entity
(ii) What is a composite entity, and when is it used?
(iii) The three Phases of database Design
(iv) Cardinality
(v),1NF
(b) The following tables form part of a database held in a relational DBMS:
Hotel (hotelNo hotelName city)
Room
(roomNo hotelNo type, price)
Booking
(hoteINo guestNo dateFrom dateTo roomNo)
Guest
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.
Guest contains guest details and guestNo is the primary key.
(i) Identify the foreign keys in this schema. Explain how the entity and referential integrity rules apply to these relations.
(ii) Produce some sample tables for these relations that observe the relational integrity rules. Suggest some general constraints that would be appropriate for this schema.
image text in transcribed

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_2

Step: 3

blur-text-image_3

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

Pro SQL Server Administration

Authors: Peter Carter

1st Edition

1484207106, 9781484207109

More Books

Students also viewed these Databases questions

Question

What position do you seek?

Answered: 1 week ago