Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Convert this data model to a database design. Specify tables, primary keys, and foreign keys. Create 4 tables and associated fields. (Normalize into 4 tables)
Convert this data model to a database design. Specify tables, primary keys, and foreign keys.
Create 4 tables and associated fields. (Normalize into 4 tables)
Relate (join) the 4 tables together adding appropriate foreign key fields as necessary.
RULE: Only like fields can be related. Example BOAT.CoastGuardRegNumber (primary key in BOAT) to CHARTER.CoastGuardRegNumber (foreign key in CHARTER)
OWNER OwnerlD CompanyName LastName FirstName Address City State ZIP Phone EmailAddress BankName BankAccountNumber BOAT CoastGuardRegNumber BoatName BoatMake SCHEDULED MAINTENANCE MaintenancelD Maintenanceltem JOo-BoatModel O RequiredDate Boat Type Length Beam NumberOfBerths ScheduledDate CompletedDate Cost EQUIPMENT temiDTabNumber temNumber ItemSerialNumber tem Make temModel NumberOfltems temCost CHARTER CUSTOMER CharterlD DepartureDate ReturnDate NumberinParty CustomerlD LastName FirstName Address BoatCost City State ZIP Phone Email CreditCardNumber EquipmentCost TotalCost LoG CharterID EntryNumber EntryDate EntryTime EntryLocation Weather DepartingFrom SailingTo OWNER OwnerlD CompanyName LastName FirstName Address City State ZIP Phone EmailAddress BankName BankAccountNumber BOAT CoastGuardRegNumber BoatName BoatMake SCHEDULED MAINTENANCE MaintenancelD Maintenanceltem JOo-BoatModel O RequiredDate Boat Type Length Beam NumberOfBerths ScheduledDate CompletedDate Cost EQUIPMENT temiDTabNumber temNumber ItemSerialNumber tem Make temModel NumberOfltems temCost CHARTER CUSTOMER CharterlD DepartureDate ReturnDate NumberinParty CustomerlD LastName FirstName Address BoatCost City State ZIP Phone Email CreditCardNumber EquipmentCost TotalCost LoG CharterID EntryNumber EntryDate EntryTime EntryLocation Weather DepartingFrom SailingToStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started