Concept

  • Normalization organizes data into related tables to reduce redundancy and improve integrity.

Example

  • Separating user details and address information into different tables and linking them with a user ID.

Source