Lukas' Notes

Home

❯

Knowledge

❯

Super Key (Relational Algebra)

Super Key (Relational Algebra)

Jun 09, 20251 min read

databases

Definition

Super Key

A subset of attributes α⊆R of a relation R is called super key iff α→R (α functionally determines R). In other words, a super key of a relation uniquely identifies a tuple in a relation.

Trivially, the set of all attributes is a super key since R→R.


Graph View

Backlinks

  • Boyce-Codd Normal Form
  • Third Normal Form

Created with Quartz v4.4.0 © 2025

  • GitHub