Question: Normalize the Following Table upto Fourth Normal Form a database question Here, OID = Order ID, O_Date= Order Date, CID = Customer ID, C_Name =
Normalize the Following Table upto Fourth Normal Form a database question
Here,
OID = Order ID, O_Date= Order Date, CID = Customer ID, C_Name = Customer Name, C_State = Customer's State, PID = project id, P_Desc =Project Name, P_Price = Product Price, Qty = Quantity Purchased
Note: 7, 5, 4 means three Product IDs. Similarly, 1, 1, 5 means three Quantities.
Functional Dependencies are:
Ø OID -> O_Date , Qty, CID
Ø CID -> C_Name, C_State
Ø PID -> P_Desc, P_Price
Ø PID, OID -> Qty
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
