9
5
Concepts of Database Management, 4th Edition, Pratt & Adamski
Normalisation
uBasically normalisation is the process of organising data in order to reduce replication.
u
uIt is mostly achieved by separating data into tow or more related tables.
u
uThe advantage of normalisation:
•Reduce storage space required
•Better performance
•Ease of use
•Easier maintenance