RELATIONAL ALGEBRA¶
Fundamental Relational Algebra Operations¶
-
Six fundamental operations
σ
select operationΠ
project operation∪
set-union operation–
set-difference operation×
Cartesian product operationρ
rename operation
-
Each operation takes one or two relations as input
- Produces another relation as output
- Important details:
- What tuples are included in the result relation?
- Any constraints on input schemas? What is schema of result?
Zadnja posodobitev:
March 27, 2022