What is normalization in DBMS?

  •  Normalization is the technique of organizing the data into multiple tables to minimize data redundancy.
  • Data redundancy means the reputation of data at multiple places. Different issues can be observed while insertion, Updation, Deletion. Unnecessary data reputation will increase the size of the database and leads to more issues.
  • Normalization will break the table into two different tables.


Comments

Popular posts from this blog

SQL Interview Questions

When we can use abstract class & interface? Why we are using abstract class & interface?

List of JavaScript object method