SQL and PL/SQL Question: Download SQL and PL/SQL PDF

Operators used in SELECT statements are?

Tweet Share WhatsApp

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 PDF Read All 45 SQL and PL/SQL Questions
Previous QuestionNext Question
The most important DDL statements in SQL are?SELECT statements in SQL?