In this exercise, you have been handed a second draft of the database design for Stories on CD, written as a single relation.
Your job is to identify the correct relations, identify the functional dependencies, and write those dependencies down in the proper
notation.
For simplicity, assume that each order contains only one CD and that each CD is only available from a single distributor.
CD (CDNo, Title, Price, CategoryNo, CategoryName,
DistID, OrderNo, OrderDate, OrderCost, Received)
Distributor (DistID, DistName)
Type or paste your responses to the tasks above into the text box below, then click Submit .