Lukas' Notes

Home

❯

Knowledge

❯

Third Normal Form

Third Normal Form

Jul 25, 20251 min read

relational-algebra

Definition

Third Normal Form

A schema R is in third normal form if for every functional dependency α→B with attribute B∈R, at least one of the following three conditions holds:

  1. B∈α, i.e. the functional dependency is trivial
  2. α is super key of R
  3. B is prime

The third normal form is an extension of the second normal form and prevents transitive functional dependencies.


Graph View

Backlinks

  • Boyce-Codd Normal Form

Created with Quartz v4.4.0 © 2025

  • GitHub