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
how to include numeric values in sql statements? : Sql dba
When sql appeared?
What is the location of pre_defined_functions.
What is string join?
How does a covering index work?
What are stored procedures used for?
Why we use cross join?
What is sqlca in db2?
What are sql functions? Describe in brief different types of sql functions?
Do stored procedures prevent sql injection?
What is a data manipulation language?
What is coalesce sql?
What is prepared statement in sql?
What is the trigger in sql?
What is a constraint? Tell me about its various levels.