The binary operation SET DIFFERENCE (also called MINUS or EXCEPT), denoted by , creates a relation that includes all the tuples in the first operand that are not in the second operand.
The result of is a relation that includes all tuples that are in but not .