Normalization (Database)
Normalisierung (Datenbank)
Normalization is a technique for structuring relational databases that avoids redundant data by splitting information into the smallest, uniquely coherent tables possible. It reduces inconsistencies but can require more complex queries.
Source: PostgreSQL — Database design concepts (general reference)