Can cursor variables be stored in PL/SQL tables.If yes how. If not why?
Answer Posted / nishi
No, a cursor variable points a row which cannot be stored in a two-dimensional PL/SQL table.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to handle a single quote in oracle sql?
How many types of table in Oracle?
How to define an oracle cursor variable?
How to find out what oracle odbc drivers are installed?
How to filter out duplications in the returning rows using oracle?
Can multiple columns be used in group by in oracle?
State and explain the different types of data models?
How do I limit the number of rows returned by an oracle query after ordering?
What do you mean by cdb and pdb in oracle 12c?
How many types of segments in Oracle?
How to initialize variables with default values?
How to execute the package in oracle?
What privilege is needed for a user to query tables in another schema?
Explain what are synonyms used for?
Can group functions be mixed with non-group selection fields?