DEVFYI - Developer Resource - FYI

How many LONG columns are allowed in a table? Is it possible to use LONG columns in WHERE clause or ORDER BY?

PL/SQL Interview Questions and Answers


(Continued from previous question...)

How many LONG columns are allowed in a table? Is it possible to use LONG columns in WHERE clause or ORDER BY?

Only one LONG column is allowed. It is not possible to use LONG column in WHERE or ORDER BY clause.

(Continued on next question...)

Other Interview Questions