Lukas' Notes

Home

❯

Knowledge

❯

Attribute Closure (Relational Algebra)

Attribute Closure (Relational Algebra)

Jun 09, 20251 min read

relational-algebra

Definition

Attribute Closure (Relational Algebra)

Let R be a schema of a relation R and α⊆R (subset of attributes of R).

The attribute closure α+ w.r.t. a set of functional dependencies F is the set of attribute which are functionally determined by α:

αF+​={A∣(α→A)∈F+}

Example: α→β∈F+⟹β∈αF+​

Algorithm


Graph View

  • Definition
  • Algorithm

Backlinks

  • Closure (Relational Algebra)

Created with Quartz v4.4.0 © 2025

  • GitHub