Data Redundancy

Data redundancy occurs when the same piece of data is stored multiple times in a database.

Explanation:

  • Leads to inconsistency and increased storage costs.
  • Avoided using normalization.
  • Example: Storing customer addresses in multiple tables instead of a separate Customers table.