Navigation: Reports & Forms Tab > SQL Tutorial > Conditional Select Statement
Relational Operators
There are six basic Relational Operators in SQL, and after introducing them, we'll see how they're used:
= Equal
<> Not Equal
< Less Than
> Greater Than
<= Less Than or Equal To
>= Greater Than or Equal To