Lukas' Notes

Home

❯

Knowledge

❯

Full Functional Dependency (Relational Algebra)

Full Functional Dependency (Relational Algebra)

Jun 09, 20251 min read

relational-algebra

Definition

Full Functional Dependency (Relational Algebra)

Let R be a schema of a relation R and α,β⊆R (subsets of attributes of R).

β is called fully functional dependent on α if:

  1. α→β (a functionally determines β) and
  2. α cannot be reduced, meaning:
∀A∈α:(α−{A})→​β

Graph View

Backlinks

  • Key Candidate (Relational Algebra)
  • Second Normal Form

Created with Quartz v4.4.0 © 2025

  • GitHub