Normalization
Database normalization relates to the characterization of redundancy in a relational database's structure. The key idea is to store links to potentially-duplicated data, rather than allowing copies of that information to proliferate across several tables. Well-normalized databases have a design that reflects the true dependencies between tracked quantities—allowing quick updates to data with little risk of introducing inconsistencies.