Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The Rental System records information about customers, rentals, and payments. For each property, it also records availability by date. The Rental System provides a unique

image text in transcribed

The Rental System records information about customers, rentals, and payments. For each property, it also records availability by date. The Rental System provides a unique customer ID (custID) for each customer. It also records the customer's name and email address. After completing a rental agreement, it also takes payments for the customer including payment date, amount, credit card number, and credit card expiration date. Note that the customer may have many payments. Customers use the rental system to check for the availability of particular properties. For each property, the Rental System must keep track of availability by date. This includes an availability code of RENTED, AVAIL or BLOCKEDOUT (so that the owner can personally use his/her property for some dates). A customer may have many rentals. The rental includes a customer Id, property ID, start date, end date, down payment amount, and total rental cost. Since customers can cancel a rental, VACAY also records a status code (PENDING, DOWNPAID, TOTALPAID, COMPLETE, CANCEL). Show the data model for the Rental System using a UML Diagram using numeric ranges (not crow's feet) Underline keys. Note that the primary keys from some entities might contain more than two attributes

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

The Database Relational Model A Retrospective Review And Analysis

Authors: C. J. Date

1st Edition

0201612941, 978-0201612943

More Books

Students also viewed these Databases questions

Question

What is the Definition for Third Normal Form?

Answered: 1 week ago

Question

Provide two examples of a One-To-Many relationship.

Answered: 1 week ago