Intermediate Database & SQL #schema-design #normalization #data-modelling #constraints

Schema Design Vocabulary

5 exercises — practise the English vocabulary for schema design discussions: normalization normal forms, denormalization trade-offs, foreign key constraint actions, relationship cardinality, and the soft delete pattern.

0 / 5 completed
1 / 5

A DBA says in a schema review: "This table violates third normal form because the postcode column depends on the city column, not on the primary key." Which type of normalization violation is being described?