Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The sales department for an auto parts company uses a database to contain information about customers, items, and orders. The following relations are used in

The sales department for an auto parts company uses a database to contain information about customers, items, and orders. The
following relations are used in the database:
Customer: Customer number (unique), Mailing address, Balance, Credit limit, Discount
Order: Customer number (unique), Order number (unique), Ship to addresses (one per order), Date of order, Item number (several
per order), Quantity ordered (one for each ordered item)
Item: Item number (unique), Manufacturing format (several per item), Quantity on hand for each format, Stock danger level for each
format, Item description
The following functional dependencies apply:
customer_no mail_address
customer_no balance
customer_no credit_limit
customer_no discount
customer_no dots order_no
order_no ship_address
order_no date_order
order_no item_no
order_no, item_no} quantity_ordered
item_no description
item_no dots manufacturing_format
{item_no, manufacturing format} dots quantity_on_hand
{item_no, manufacturing_format} dots stock_danger
Transform these relations into 3NF. For your answer, list only the 3NF relations. You don't need to show the transformation steps do
to get the 3 NF result. The sales department for an
following relations are used in the database:
auto parts company uses a database to contain information about customers, items, and orders. The
* Customer: Customer number (unique), Mailing address, Balance, Credit limit, Discount
* Order: Customer number (unique), Order number (unique), Ship to addresses (one per order), Date of order, Item number (several per order), Quantity ordered (one for each ordered item)
* Item: Item number (unique), Manufacturing format (several per item), Quantity on hand for each format, Stock danger level for each format, Item description
The following functional dependencies apply:
customer_no -> mail address customer_no > balance customer_no -> credit_limit customer_no -> discount customer_no ->> order_no order_no ->> ship_address order_no ->> date
order
order no ->> item_no (order_no, item_no)-> quantity_ordered item_no ->> description item_no ->> manufacturing format (item_no, manufacturing_format)-> quantity_on _hand (item _no, manufacturing_format)-> stock_danger
Transform these relations into 3NF. For your answer, list only the 3NF relations. You don't need to show the transformation steps done to get the 3NF result.
image text in transcribed

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

Concepts of Database Management

Authors: Philip J. Pratt, Joseph J. Adamski

7th edition

978-1111825911, 1111825912, 978-1133684374, 1133684378, 978-111182591

More Books

Students also viewed these Databases questions