Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use an ER Diagramming tool such as a Lucid Chart or handwriting, to create an ER model for the following scenario. Scenario: The Choice Hotels

Use an ER Diagramming tool such as a Lucid Chart or handwriting, to create an ER model for the following scenario.
Scenario: The Choice Hotels International has asked you to design a database that will keep track of the Guest, motel location, rooms, and reservations made by the guest.
Entities and attributes:
GUEST: The guest entity holds all information about the guest. It must store the guest_Name, guest_ID, mobileNumber, and physical_address.
ROOM: The room entity holds all about the room. It must store the room_Number, room_Type (single king, single queen, double queen, etc.), price, and amenities.
LOCATION: The LOCATION entity holds all information about the physical address where the rooms are available. It must store the location_ID, landmark, and physical_address.
MEMBERSHIP: The membership entity holds the information about the membership of guests. It must store the Membership_ID, Membership_Type, StartDate, and EndDate.
RIDES: The Rides entity holds the information about the rides a guest books from the Airport or bus station. It must store the Ride_ID, Customer_ID, PickupLocation, DropOffLocation, PickupTime, and DropOffTime.
Relationships:
Each guest can reserve zero or many rooms, and rooms can be reserved by zero or many guests (reserved by many guests on different dates).
Each location may have zero or many rooms, but each room belongs to only one location.
Each guest can have one membership, and each membership is linked to only one guest.
Each guest can take multiple rides, but each ride is associated with only one guest.
Notes:
Please identify the primary and foreign keys in the entities.
Please check the rubrics before turning in this assignment.
Differentiate strong and weak relationships in the ER diagram using the appropriate representation.
For all addresses, in this assignment and future assignments, use the following format unless specifically indicated otherwise:
address_line_1
address_line_2
City
state_or_region
postal code
country
You must use Northwest Online to turn this assignment in via upload.
To Submit:
Download the Lucid Chart file as an image file (either .jpeg or .png) or take a photo of your handwriting.
Rename the file as your Lastname_Assignment01.png (where LastName is your LastName) and submit the renamed image file.
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

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

Beginning ASP.NET 4.5 Databases

Authors: Sandeep Chanda, Damien Foggon

3rd Edition

1430243805, 978-1430243809

More Books

Students also viewed these Databases questions

Question

LO3 Name the seven categories of HR functions.

Answered: 1 week ago