Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Normalization Assignment Normalize the following relations. Show possible candidate keys and the functional dependencies. Explain the normal form in which the relation is currently in

Normalization Assignment

Normalize the following relations. Show possible candidate keys and the functional dependencies. Explain the normal form in which the relation is currently in (based on the sample data) and how do you break the relations to get 3rd Normal Form. Show the new relations obtained after normalization and underline the candidate/primary key in each new relation.

Relation 1:

SHIPMENT (Shipment#, Origin, Destination, Distance)

(Illustrated with sample data)

Shipment#

Origin

Destination

Distance

409

Seattle

Denver

1330

618

Chicago

Dallas

960

723

Boston

Atlanta

1100

824

Denver

Los Angeles

100

629

Seattle

Denver

1330

Relation 2:

PART SUPPLIER (PartNo, Description, VendorName, Address, UnitCost)

(Illustrated with sample data)

PartNo

Description

VendorName

Address

UnitCost

1234

Logic Chip

Fast Chips

Cupertino

10.00

1234

Logic Chip

Smart Chips

Phoenix

8.00

5678

Memory Chip

Fast Chips

Cupertino

3.00

5678

Memory Chip

Quality Chips

Austin

2.00

5678

Memory Chip

Smart Chips

Phoenix

5.00

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

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

Recommended Textbook for

Intelligent Databases Object Oriented Deductive Hypermedia Technologies

Authors: Kamran Parsaye, Mark Chignell, Setrag Khoshafian, Harry Wong

1st Edition

0471503452, 978-0471503453

More Books

Students also viewed these Databases questions

Question

Determine miller indices of plane A Z a/2 X a/2 a/2 Y

Answered: 1 week ago