Operators used in SELECT statements.

Submitted by: Administrator
= Equal
<> or != Not equal
> Greater than
< Less than
>= Greater than or equal
<= Less than or equal
BETWEEN Between an inclusive range
LIKE Search for a pattern
Submitted by: Administrator

Read Online SQL Job Interview Questions And Answers