Consider the relation: Orders(orderID, customerID, productID, quantity) Which of the following decompositions into smaller relations is in 2NF?
Orders1(orderID, customerID), Orders2(orderID, productID, quantity)
Orders1(orderID, customerID, productID), Orders2(quantity)
Baroque art features strong contrasts, while Rococo art prefers more subtle transitions
Baroque art is generally larger in scale than Rococo art

Database Systems Exercises are loading ...