Database Normalization is a technique that helps in designing the schema of the database.
•Noramalisation reduces storage.
•Normalisation helps in avoiding unnecessary data conflicts because of multiple copies of the same data
getting stored.
The main idea of database normalization... (More)