SQL (Structured Query Language) Question:

Download Job Interview Questions and Answers PDF

Operators used in SELECT statements.

SQL Interview Question
SQL Interview Question

Answer:

= 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

Download SQL Interview Questions And Answers PDF

Previous QuestionNext Question
What is SQL Mutating Table?The Update Statement: