Question: f If a database contains the tables below, it will have a limitation in that the structure implemented would not allow multiple items to be

f
If a database contains the tables below, it will have a limitation in that the structure implemented would not allow multiple items to be rented for the same transaction.
Modify the structure so that there can be multiple rentals of multiple items.
Draw the relational diagram to show the tables given and the modification made to allow M:N relationship between RENTAL and ITEM.
CUSTOMER TABLE
\table[[Customer_ID,PK],[Customer_FName,],[Customer_LName,],[Customer_MI,]]
RENTAL TABLE
\table[[Rental_ID,PK],[Customer_ID,FK],[Rental_ChkOut_Date,],[Item_ID,],[Item_Copy_Number,],[Rental_Charge_Day,],[Rental_Charge,],[Rental_Return_Date,]]
ITEM TABLE
\table[[Item_ID,PK],[Item_Copy_Number,],[Item_Desc,],[Item_Cost,]]
f If a database contains the tables below, it

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!