Boolean operators include NOT, AND and
OR.
Table 1. Logical operators
| Operator | 
Description | 
| NOT | 
The NOT operator
performs a logical negation to invert a boolean expression. | 
| AND | 
The AND operator
is the logical intersection operator. | 
| OR | 
The OR operator
is the logical union operator. |