Normalization in SQL

Normalization :- Normalization is a Database technique which can help us to remove redundancy. Redundancy means In a colum1 Country and column2 Sales so here we are adding the sales of Country. In country Column i have India and Ind Both meaning are same but when i find total record of India it will give me 700 Sales so this is redundancy .For removing redundancy we need to create a master table and where we can add Country and link it with relationship. 1st Normalization ,2nd Normalization, 3rd Normalization :- Multivalued :- same Column Can have comma separate Files or more than 1 values. ...