Normalization
Normalization
The words normalization and normal form refer to the structure of a database.
Normalization was developed by IBM researcher E.F. Codd In the 1970s.
Normalization increases clarity in organizing data in Databases.
Normalization of a Database is achieved by following a set of rules called 'forms' in
creating the database.
Melvin 32 Marketing
Melvin 32 Sales
Edward 45 Quality Assurance
...
.
1 Monitor Apple
2 Monitor Samsung
3 Scanner HP
1 Monitor
2 Scanner
3 Head phone
Brand table:
brandI brand
D
1 Apple
2 Samsung
3 HP
4 JBL
1 1 1
2 1 2
3 2 3
4 3 4