I am trying to understand Normalization. I have followed a couple of Youtube tutorials and also watched Lynda tutorial. I have understand a bit about normalization but still i have few questions. 1) 1NF is used to avoid repeating groups and repeating values, but when i shift data of table1 to table2, table1 doesn't have any repeating values, but table2 does have.Why is that so? Secondly i don't understand much about 2NF, kindly tell me the difference between 1nf and 2nf?
I understand 3NF, we used it to put Non-Keys values in some other table.
Kindly tell me that what i have understand is correct or not? and resolve my problems Thanks.