The logical operators operate on logical values to produce a logical result of TRUE or FALSE:
Operator | Returns TRUE if: | Example |
---|---|---|
And |
both operands are TRUE |
|
Or |
either operand is TRUE |
|
Not |
the operand is FALSE |
|