I'm working on implementation of a database as a final. My database looks something like the following:
Customers ------------------------- Vehicles
-
-
-
Reservation
-
-
-
Room ------------- Room_Amenities (Associative) ------------ Amenities
My instructor specifically made me create the...