UBS Interview Question

What is normalization ? explain with example.

Interview Answer

Anonymous

Nov 13, 2017

Database normalization, or simply normalization, is the process of organizing the columns (attributes) and tables (relations) of a relational database to reduce data redundancy and improve data integrity. ... Informally, a relational database relation is often described as "normalized" if it meets third normal form.