Set operations are a part of relational algebra
- Two relations are if their column metadata definitions match.
- I.e., same column names and types, and in the same order.
- The relational algebra includes set operations on union-compatible relations:
- ∪
- ∩
- −
Other operations
- ×
- ρ
- σ
- Π
- ⨝
- ÷
|