MySQL Tutorial

1:

Normalize the following schema into third normal form:

Orders(customerID, customerName, customerAddress, orderID, orderDate, itemID, itemName, itemQuantity)

2:

Try to design a schema that is in 3NF but not in BCNF.

Категории