Answered step by step
Verified Expert Solution
Link Copied!

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)

image text in transcribed

image text in transcribedimage text in transcribed

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 SailingTo

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_2

Step: 3

blur-text-image_3

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

Case Studies In Business Data Bases

Authors: James Bradley

1st Edition

0030141346, 978-0030141348

More Books

Students also viewed these Databases questions

Question

LO6 Describe how individual pay rates are set.

Answered: 1 week ago