12
5
Concepts of Database Management, 4
th
Edition, Pratt & Adamski
Using notation: We went from unormalised table with
Orders (
OrderNum
, OrderDate, (PartNum, NumOrdered) )
To 1NF with
Orders (
OrderNum,
OrderDate,
PartNum
,
NumOrdered)