View Single Post
  #1 (permalink)  
Old 06-17-10, 01:49
brice1k brice1k is offline
Registered User
 
Join Date: Jun 2010
Posts: 2
Database Normalization

Hey Guys, I need help on an ERD normalization question. from 1NF to 3NF?
Hey I have two questions on normalization that I am practicing for my final but I cant seem to get them.
This is in the 1st normal form and I need to get it to the 3rd normal form.
1.
Customer( CustomerID, Name, Address)
Product(ProductID, Description)
Order(Order Number, Customer ID, OrderDate)
LineItem(OrderNumber, ProductID, OrderQuantity)
Invoice(InvoiceNumber, OrderNumber, InvoiceDate)
Shipment(InvoiceNumber,ProductID,Quant…

2.
Vendor(VendorID,Address)
PriceOuote(QuoteQuantity,Price)
Part(itemNumber, Description)
PartReceipt(OrderNumber,Date,OrderQuan…

I did them but I am not sure if they are correct.
I need someone to help me get these to the 3rd NF from 1stNF.
Thanks to all you guys out there.
Any input is valued.
Reply With Quote