Lukas' Notes

Home

❯

Knowledge

❯

Union (Relational Algebra)

Union (Relational Algebra)

Jul 03, 20251 min read

relational-algebra

Definition

Union (Relational Algebra)

The union operation between two union compatible relations R,S is the set of all tuples contained by R or S, i.e.

R∪S={T∣T∈R∨T∈S}

Graph View

Backlinks

  • 184.686 Database Systems
  • Relational Algebra

Created with Quartz v4.4.0 © 2025

  • GitHub