Oracle SQL - Introduction Logical Operators

Introduction

SQL offers three operators whose operands are conditions: the logical (or Boolean) operators.

Operator Description
ANDLogical AND
OR Logical OR (the inclusive OR)
NOTLogical negation