Data Base normalization rules describe how data base tables should be designed. Normalization is not tied to any particular DBMS. Normalization ensures that data is only stored once.
Normalization concerns building the data model in a particular way. The aim is to avoid redundancy and improve consistency. There are several levels of normalization known in literature.