Question: Normalize the below single table database to 3NF (20 points): RENTAL_CARS (CarVIN, CustomerID, CustomerName, CustomerPaymentMethod, SalespersonID, SalespersonName, CarMake, CarModel, ReturnDate, BilledAmount ) Assume the following
Normalize the below single table database to 3NF (20 points):
RENTAL_CARS (CarVIN, CustomerID, CustomerName, CustomerPaymentMethod, SalespersonID, SalespersonName, CarMake, CarModel, ReturnDate, BilledAmount )
Assume the following functional dependencies in your solution:
FD: CustomerID -> SalespersonID
FD: CarVIN, CustomerID -> ReturnDate, BilledAmount

4. Normalize the below single table database to 3NF ( 20 points): RENTAL_CARS (CarVIN, CustomerID, CustomerName, CustomerPaymentMethod, SalespersonID, SalespersonName, CarMake, CarModel, ReturnDate, BilledAmount ) Assume the following functional dependencies in your solution: FD: CustomerID SalespersonID FD: CarVIN, CustomerID ReturnDate, BilledAmount
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
