Can cursor variables be stored in PL/SQL tables.If yes how. If not why?
ORACLE Interview Questions and Answers (Part 3)
(Continued from previous question...)
536. Can cursor variables be stored in PL/SQL tables.If yes how. If not why?
No, a cursor variable points a row which cannot be stored in a two-dimensional PL/SQL table.
(Continued on next question...)
Other Interview Questions
|