Results 1 to 2 of 2

Thread: 3nf Help!

  1. #1
    Join Date
    Mar 2007
    Posts
    3

    3nf Help!

    i need help taking this table to third normal form.

    Part(PartNum, Description, OnHand, Class, Warehouse, Price,
    (OrderNum, OrderDate, CustomerNum, CustomerName, RepNum,
    LastName, FirstName, NumOrdered, QuotedPrice))

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    Class- Class#, ClassName
    Warehouse-Warehouse#, location,
    Part - PartNum, Description, OnHand, Class#, Warehouse#, Price
    Order - OrderNum, OrderDate, CustomerNum, RepNum, QuotedPrice,NumOrdered
    Customer - CustomerNum, LastName, FirstName

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •