SQL and PL/SQL Question:
Download Questions PDF

Operators used in SELECT statements are?

SQL and PL/SQL Interview Question
SQL and PL/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 and PL/SQL Interview Questions And Answers PDF

Previous QuestionNext Question
The most important DDL statements in SQL are?SELECT statements in SQL?