0 votes
in Sql by
What are the disadvantages of not performing database Normalization?

1 Answer

0 votes
by

The major disadvantages are:

The occurrence of redundant terms in the database causes the waste of space in the disk.

Due to redundant terms, inconsistency may also occur. If any change is made in the data of one table but not made in the same data of another table, then inconsistency will occur. This inconsistency will lead to the maintenance problem and effects the ACID properties as well.

Related questions

0 votes
asked Jul 7, 2020 in Sql by Robindeniel
+5 votes
asked Oct 26, 2022 in Machine Learning by Robin
...