Lukas' Notes

Home

❯

Knowledge

❯

Cartesian Product (Relational Algebra)

Cartesian Product (Relational Algebra)

Jul 03, 20251 min read

relational-algebra

Definition

Cartesian Product (Relational Algebra)

The Cartesian product R×S between two relations R,S consist of all possible combinations of tuples from both relations.

Note that in relational algebra, the Cartesian product is associative since there are no “nested” attributes.


Graph View

Backlinks

  • 184.686 Database Systems
  • Division (Relational Algebra)
  • Natural Join (Relational Algebra)
  • Relation (Relational Algebra)

Created with Quartz v4.4.0 © 2025

  • GitHub