Answer Posted / swapna
You cannot store cursor variables in an associative array,
nested table, or varray.Cursors and cursor variables are
not interoperable;
that is, you cannot use one where the other is expected.
For example, you cannot reference a cursor variable in a
cursor FOR loop.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the maximum size of sqlite database?
What does where 1/2 mean in sql?
How to rename a column in the output of sql query?
Can we use view in stored procedure?
How many types of literals are available in pl sql?
What is difference between sql function and stored procedure?
Under what condition it is possible to have a page level lock and row lock at the same time for a query? : Transact sql
Does pdo prevent sql injection?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
What is dense_rank?
What is varray in pl sql?
What are the packages in pl sql?
What is normalisation and its types?
Can we use having without group by in sql?
What are the different types of a subquery?