-
join.sql: Implements the natural join of two relations R(A, B) and S(B, C).
-
projection.sql: Implements PiA(R) where R(A, B) is a relation.
-
set_diff.sql: Iimplements the set difference of two relations R(A) and S(A).
Assuming that the domain of A, B, and C is INTEGER.