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 a table?
What is the use of index in sql?
How many tables can you join in sql?
Which is faster view or stored procedure?
Is sql a microsoft product?
explain mysql aggregate functions. : Sql dba
Why self join is used in sql?
What does sql stand for?
what is dbms? : Sql dba
Does asenumerable execute the query?
Explain character-manipulation functions?
How do I partition in sql?
Write a sql query to convert all character to uppercase after hypen.
Can we use loop in sql?
Which operator is used in query for pattern matching?