Relational Algebra: NotationA Relational Algebra expression in traditional notationFind the dates on which orders were placed for Runcible Spoons.
Π[order_date](σproduct_name = "Runcible Spoon"(Order ⨝ Product))
The same Relational Algebra expression in functional notationMy preference:
|