SQL and PL/SQL Question:

Download Job Interview Questions and Answers PDF

The IN operator may be used if you know the exact value you want to return for at least one of the columns.

SQL and PL/SQL Interview Question
SQL and PL/SQL Interview Question

Answer:

SELECT column_name FROM table_name WHERE column_name IN (value1,value2,..)

Download SQL and PL/SQL Interview Questions And Answers PDF

Previous QuestionNext Question
Sort the Rows in SQL.BETWEEN ... AND operators in SQL.