Lukas' Notes

Home

❯

Knowledge

❯

Second Normal Form

Second Normal Form

Jul 25, 20251 min read

relational-algebra

Definition

Second Normal Form

A schema R with functional dependencies F is in second normal form if all non-prime attribute A∈R are fully functional dependent on every key candidate kj​ of the relation.

(kj​→A)∈F+∧kj​ is fully functionally dependent

In other words, a schema is in second normal form if it does not consist of any partial dependencies. No non-key-candidate attribute should determine any other attribute in the relation.


Graph View

Backlinks

  • Third Normal Form

Created with Quartz v4.4.0 © 2025

  • GitHub