Normalization ??
Definition
- the analysis of functional dependencies between attributes ( or data items ).
- a formal process for determining which fields belong in which tables in a relational database.
Purpose
- Elimination of redundant data storage.
- To avoid certain update anomalies
- Close modeling of real world entities, processes, and their relationships.
- Structuring of data so that the model is flexible.