SQL Operators

Like many other Computer Languages, SQL also has operators. Operators are symbols or words that performa actions. for eaxmple = is an operator for assigning value. some of the mostly used SQL operators are given here

EQUAL                      =
NOT EQUAL              <>
GRATER                    >
LESSER                     <
LESSER or EQUAL     <=
GRATER or EQUAL    >=
OR                           or
AND                         and
BETWEEN                 between