Database Normalization: 1NF, 2NF, and 3NF
Remove repeating groups, partial dependencies, and transitive dependencies.
Build a sound relational model by understanding normalization, cardinality, foreign-key relationships, joins, and the patterns used in real application schemas.
Remove repeating groups, partial dependencies, and transitive dependencies.
Read optionality and one-to-one, one-to-many, and many-to-many relationships.
Connect the logical model to INNER, LEFT, RIGHT, FULL, and CROSS JOIN queries.
See keys, constraints, and relationships working together in five schemas.