Is the answer below my question correct?
1. Using your knowledge of Premiere Products, determine the functional dependencies that exist in the following table. After determining the functional dependencies, convert this table to an equivalent collection of tables that are in third normal form.
Part (PartNum, Description, OnHand, Class, Warehouse,
Price, (OrderNum, OrderDate, CustomerNum,
CustomerName, RepNum, LastName, FirstName,
NumOrdered, QuotedPrice) )
Part
PartNum Description OnHand QuotedPrice Price Class Warehouse 
Order
PartNum OrderNum NumOrdered OrderDate 
Customer 
CustomerNum CustomerName RepNum 
Customer Rep
RepNum LastName FirstName