<aside> π‘
Essentially a mathematical system that allows us to manipulate relations/tables through a series of operations.
Behind the scenes, SQL transforms queries into relational algebra in order to retrieve results.
</aside>
Consists of;
Sel[expr](Rel)
Proj[A,B](Rel)
Rename[schema](Rel)
R1 Union R2
R1 Intersect R2
R1 - R2
R1 x R2
R1 Join R2
R1 Join[cond] R2
R1 Div R2