CBSE Class 12 Computer Science Question 14 of 78

Relational Databases — Question 5

Back to all questions
5
Question

Question 3

What is data redundancy ? How does it impact a database ?

Answer

Duplication of data is known as data redundancy. Data redundancy in a database leads to wasted storage and multiple copies of the same data. When these copies do not match with one another, it leads to data inconsistency. Additionally, data redundancy can result in performance degradation, security risks, and increased complexity.