What is normalization?
Normalization also referred to as Database normalization, is the process of rearranging or organizing the columns and the tables that are associated with a relational database. This reduces data redundancy and improves data visibility.
Moreover, this process simplifies the database design so that the optimal structure can be achieved. In short, it helps split tables into additional data thus improving data interoperability and at the same time making it easy while retrieving the data.





