What is normalization?
Ravi Kumar
Select an image from your device to upload
Organizing the data in to multiple tables.
This is used to reduce the redundancy in a table.
First normal form: Removing redundancy.place the data in to multiple tables.
second normal form: Non key attribute should depend on key attribute.i.e non primary key columns should depend on primary columns.
second normal form : key attribute should not depend on other key attribute.