Lukas' Notes

Home

❯

Knowledge

❯

Boyce-Codd Normal Form

Boyce-Codd Normal Form

Jun 09, 20251 min read

relational-algebra

Boyce-Codd 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

The BCNF is a more restrict version of the 2NF.


Graph View

Created with Quartz v4.4.0 © 2025

  • GitHub