Answer by
faithfulservant (37)
Normalization means that every record in every table refers to a unique set of data with no part of the data reproduced in any other record. Normalization also normally uses lookup tables and unique ID to refer to the data. Doing so, gives you control over your data through a single access point instead having to update multiple records.