| Name | Symbol | Keyboard Form | Example |
|---|---|---|---|
| UNION | ∪ | UNION | R∪S, or R UNION S |
| INTERSECTION | ∩ | INTERSECT | R∩S, or R INTERSECT S |
| DIFFERENCE | — | — or MINUS | R—S, or R MINUS S |
| PRODUCT | × | TIMES | R×S, or R TIMES S |
Tables R and S are compatible if they have the same headings; that is, if Head(R)=Head(S), with attributes chosen from the same domains and with the meanings.
|
|
|||||||||||||||||||||||||||||||||||||
Let R and S be two compatible tables, where Head(R)=Head(S)=A1…An.
|
|
||||||||||||||||||||||||||||||||||||||||
|
|
|||||||||||||||||||||||||