| |
| | [No title] |
 | | Here is the intuition behind 2NF, 3NF, BCNF as well as examples in which they differ... |
 | | R(A1,A2,A3,A4,A5) A1,A2,A3->A4 A1,A2->A5 R is not in 2NF: Consider A1,A2->A5, the key for R is {A1,A2,A3} and part of the key {A1,A2} determines A5 (a non-key attribute). |
 | | They keys for this relation are {PROPERTY_ID} or {COUNTY_NAME, LOT_NUM} or {AREA, LOT_NUM} Remember, 2NF means no FDs from part of a key to a non-key attribute. |
| www.cs.toronto.edu /~arnold/343/04f/lectures/12 (353 words) |
|