Consider a “Customer Orders” table with following functional…
Consider a “Customer Orders” table with following functional dependencies: Customer Orders {CustomerID, CustomerName, OrderID, OrderDate, ProductName, ProductPrice} CustomerID -> CustomerName OrderID -> (OrderDate, ProductName, ProductPrice) ProductName -> ProductPrice which normal form it is?
Read Details