DEVFYI - Developer Resource - FYI

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

PL/SQL Interview Questions and Answers


(Continued from previous question...)

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

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

(Continued on next question...)

Other Interview Questions