Oracle SQL - Introduction Logical Operators
HOME
Oracle SQL
Introduction
Logical Operators
Introduction
SQL offers three operators whose operands are conditions: the logical (or Boolean) operators.
Operator
Description
AND
Logical AND
OR
Logical OR (the inclusive OR)
NOT
Logical negation
Previous
Next