0% found this document useful (0 votes)
105 views

Customer Name Item Shipping Address

The document contains customer order data from multiple tables that are not normalized. It includes customer details, items ordered, shipping addresses and newsletter subscriptions. The tables are denormalized with redundant and non-key information. There are efforts to normalize some tables with primary keys but the data is still not fully normalized across tables.

Uploaded by

Di Disa
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
105 views

Customer Name Item Shipping Address

The document contains customer order data from multiple tables that are not normalized. It includes customer details, items ordered, shipping addresses and newsletter subscriptions. The tables are denormalized with redundant and non-key information. There are efforts to normalize some tables with primary keys but the data is still not fully normalized across tables.

Uploaded by

Di Disa
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 13

Sa

Customer Name Item Shipping Address


Alan Smith Xbox One 35 Palm St, Miami
Roger Banks PlaySation 4 47 Campus Rd, Boston
Evan Wilson Xbox One, PS Vita 28 Rock Av, Denver
Alan Smith PlaySation 4 47 Campus Rd, Boston

primaryk key
customer id Customer Name Item
at_smith Alan Smith Xbox One
roger25 Roger Banks PlaySation 4
wilson44 Evan Wilson Xbox One
wilson44 Evan Wilson PS Vita
am_smith Alan Smith PlaySation 4

primary key Tabel Customer


customer id Customer Name Shipping Address
at_smith Alan Smith 35 Palm St, Miami
roger25 Roger Banks 47 Campus Rd, Boston
wilson44 Evan Wilson 28 Rock Av, Denver
wilson44 Evan Wilson 28 Rock Av, Denver
am_smith Alan Smith 47 Campus Rd, Boston

primary key Tabel Customer


customer id Customer Name Shipping Address
at_smith Alan Smith 35 Palm St, Miami
roger25 Roger Banks 47 Campus Rd, Boston
wilson44 Evan Wilson 28 Rock Av, Denver
wilson44 Evan Wilson 28 Rock Av, Denver
am_smith Alan Smith 47 Campus Rd, Boston
primary key customer
customer_id customer_name shipping_address
at_smith Alan Smith 35 Palm St, Miami
roger25 Roger Banks 47 Campus Rd, Boston
wilson44 Evan Wilson 28 Rock Av, Denver
am_smith Alan Smith 47 Campus Rd, Boston

hlook_up_newsletter
customer_id newsletter
at_smith Xbox News
roger25 PlaySation News
wilson44 Xbox News
wilson44 PlaySation News
am_smith PlaySation News
Sales Record
Newsletter Supplier Supplier Phone Price
Xbox News Microsoft (800) BUY - XBOX 250
PlayStation News Sony (800) BUY -SONY 300
Xbox News, PlayStation News Wholesale Toll Free 450
PlayStation News Sony (800) BUY- SONY 300

Shipping Address Newsletter Supplier Supplier Phone


35 Palm St, Miami Xbox News Microsoft (800) BUY - XBOX
47 Campus Rd, Boston PlaySation News Sony (800) BUY -SONY
28 Rock Av, Denver Xbox News Microsoft (800) BUY - XBOX
28 Rock Av, Denver PlaySation News Sony (800) BUY -SONY
47 Campus Rd, Boston PlaySation News Sony (800) BUY -SONY

primary key Tabel Item


Newsletter Item Supplier
Xbox News Xbox One Microsoft
PlaySation News PlaySation 4 Sony
Xbox News PS Vita Sony
PlaySation News
PlaySation News

customer id Item
at_smith Xbox One
roger25 PlaySation 4
wilson44 Xbox One
wilson44 PS Vita
am_smith PlaySation 4

primary key Tabel Item


Newsletter Item Supplier
Xbox News Xbox One Microsoft
PlaySation News PlaySation 4 Sony
Xbox News PS Vita Sony
PlaySation News
PlaySation News primary key
Supplier
customer id Item Microsoft
at_smith Xbox One Sony
roger25 PlaySation 4
wilson44 Xbox One
wilson44 PS Vita
am_smith PlaySation 4
primary key item
Item supplier
Xbox One Microsoft
PlaySation 4 Sony
PS Vita Sony

hlook_up_transaksi
customer_id item primary key
at_smith Xbox One supplier
roger25 PlaySation 4 Microsoft
wilson44 Xbox One Sony
wilson44 PS Vita
am_smith PlaySation 4
Un Normalized

Price
250
300 1NF
250
200
300

Supplier Phone Price


(800) BUY - XBOX 250
(800) BUY -SONY 300
(800) BUY -SONY 200

2NF

Supplier Phone Price


(800) BUY - XBOX 250
(800) BUY -SONY 300
(800) BUY -SONY 200

Tabel Supplier
3NF
Supplier Phone
(800) BUY - XBOX
(800) BUY -SONY
price
250
300
200

4NF

supplier
supplier_phone
(800) BUY - XBOX
(800) BUY -SONY
Syarat untuk 1NF:
1. Each cell to be single valued
2. Entries in a column are same type
3. Rows uniquely identified - Add Unique ID, or add more columns to make unique

Syarat untuk 2NF:


1. All attributes (Non-Key Columns) dependent on the key

Syarat untuk 3NF:


1. All fields (columns) can be determined only by the key in the table and no other column

Syarat untuk 4NF:


1 No multi-valued dependencies
Customer Name Item Shipping Address
Alan Smith Xbox One 35 Palm St, Miami
Roger Banks PlaySation 4 47 Campus Rd, Boston
Evan Wilson Xbox One, PS Vita 28 Rock Av, Denver
Alan Smith PlaySation 4 47 Campus Rd, Boston

Primary key
Custemer ID Customer Name Item
Al_smith Alan Smith Xbox One
R_Bank Roger Banks PlaySation 4
E_Wilson Evan Wilson Xbox One
E_Wilson Evan Wilson PS Vista
Am_Smith Alan Smith PlaySation 4

Primary key Tabel Custemer


Custemer ID Customer Name Shipping Address
Al_smith Alan Smith 35 Palm St, Miami
R_Bank Roger Banks 47 Campus Rd, Boston
E_Wilson Evan Wilson 28 Rock Av, Denver
E_Wilson Evan Wilson 28 Rock Av, Denver
Am_Smith Alan Smith 47 Campus Rd, Boston

Primary key Tabel Custemer


Custemer ID Customer Name Shipping Address
Al_smith Alan Smith 35 Palm St, Miami
R_Bank Roger Banks 47 Campus Rd, Boston
E_Wilson Evan Wilson 28 Rock Av, Denver
E_Wilson Evan Wilson 28 Rock Av, Denver
Am_Smith Alan Smith 47 Campus Rd, Boston
Primary Key Tabel Custemer
Custemer ID Customer Name Shipping Address
Al_smith Alan Smith 35 Palm St, Miami
R_Bank Roger Banks 47 Campus Rd, Boston
E_Wilson Evan Wilson 28 Rock Av, Denver
Am_Smith Alan Smith 47 Campus Rd, Boston

Tabel Look up News Letter


Custemer ID Newsletter
Al_smith Xbox News
R_Bank PlayStation News
E_Wilson Xbox News
Am_Smith PlayStation News
Newsletter Supplier Supplier Phone Price
Xbox News Microsoft (800) BUY - XBOX 250
PlayStation News Sony (800) BUY -SONY 300
Xbox News, PlayStation News Wholesale Toll Free 450
PlayStation News Sony (800) BUY- SONY 300

Shipping Address Newsletter Supplier Supplier Phone


35 Palm St, Miami Xbox News Microsoft (800) BUY - XBOX
47 Campus Rd, Boston PlayStation Ne Sony (800) BUY -SONY
28 Rock Av, Denver Xbox News Microsoft (800) BUY - XBOX
28 Rock Av, Denver PlayStation Ne Sony (800) BUY -SONY
47 Campus Rd, Boston PlayStation Ne Sony (800) BUY- SONY

Primary Key Tabel Item


Newsletter Item Supplier
Xbox News Xbox One Microsoft
PlayStation News PlaySation 4 Sony
Xbox News PS Vista Sony
PlayStation News
PlayStation News

Tabel Lookup
Custemer ID Item
Al_smith Xbox One
R_Bank PlaySation 4
E_Wilson Xbox One
E_Wilson PS Vista
Am_Smith PlaySation 4

Primary Key Tabel Item


Newsletter Item Supplier
Xbox News Xbox One Microsoft
PlayStation News PlaySation 4 Sony
Xbox News PS Vista Sony
PlayStation News
PlayStation News
Primery Key
Tabel Lookup Supplier
Custemer ID Item Microsoft
Al_smith Xbox One Sony
R_Bank PlaySation 4
E_Wilson Xbox One
E_Wilson PS Vista
Am_Smith PlaySation 4

Primary Key Tabel Item


Item Supplier Supplier Phone
Xbox One Microsoft (800) BUY - XBOX
PlaySation 4 Sony (800) BUY -SONY
PS Vista Sony (800) BUY -SONY

Primery Key
Tabel lookup Transaksi Supplier
Custemer ID Item Microsoft
Al_smith Xbox One Sony
R_Bank PlaySation 4
E_Wilson Xbox One
E_Wilson PS Vista
Am_Smith PlaySation 4
Un Normalized

Price
250
300
1NF
250
200
300

Supplier Phone Price


(800) BUY - XBOX 250
(800) BUY -SONY 300
(800) BUY -SONY 200

2NF

Supplier Phone Price


(800) BUY - XBOX 250
(800) BUY -SONY 300
(800) BUY -SONY 200

Tabel Suplier
Supplier Phone
(800) BUY - XBOX
(800) BUY -SONY
3NF
3NF

Price
250
300
200

Tabel Suplier
Supplier Phone
(800) BUY - XBOX
(800) BUY -SONY
3NF

You might also like