SQL Questions : What is normalization ?

What is normalization ?

Normalization is a method to seperate data into multiple tables and relate these multiple tables. Some benefits of normalized database :

1) Removes redundancy of data

2) Faster sorting

Leave a Reply