Normalization
Normalization
● Normalization Rules:
○ 1st Normal Form
○ 2nd Normal Form
○ 3rd Normal Form
○ BCNF
Ex:
Table without Normalization
A Table ( Relation) in the Database exists in the Second Normal Form if:
● It exists in 3NF.
● For every Functional Dependency A->B in the table, A is a Super Key.