Lukas' Notes

Home

❯

Knowledge

❯

Intersection (Relational Algebra)

Intersection (Relational Algebra)

Jul 03, 20251 min read

relational-algebra

Definition

Intersection (Relational Algebra)

The intersection operation between two union compatible relations R,S is the set of all tuples contained by both R and 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