Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Scenario Mr. Morgan has a multiple table of data about the stores from where he makes purchases for his import/export business. See the following tables:

Scenario Mr. Morgan has a multiple table of data about the stores from where he makes purchases for his import/export business.

See the following tables:

ITEMS (ItemName, DatePurchased, City, Country, StoreName, StoreOwnerName, StoreSpecialty, Salesperson, Price)

There may be multiple stores within each city

There may be multiple cities within each country

An owner may own multiple stores

There is only one store for each specialty within each city

Stores may have more than one specialty

SHIPMENT (ShipmentNumber, ShipperName, ShipperContactPerson, ShipperPhone, DepartureDate, ArrivalDate, CountryOfOrigin, Destination, ShipmentCost, InsuranceValue, Insurer)

ShipmentNumber is unique

The cost of a shipment between two cities is always the same

The InsuranceValue is always the same for a given shipper and country of origin

Create a Word document to address the following:

1) Identify the functional and multivalued dependencies for these tables. 2) Do each of these tables meet the requirements to be a relation? Why or Why not? 3)Create the appropriate set of related relations in BCNF. Identify the primary keys, candidate keys, foreign keys, and referential integrity constraints for each relation.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions