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 enter characters as hex numbers? : Sql dba
how to use myisamchk to check or repair myisam tables? : Sql dba
What is view? Can we update view
Can variables be used in sql statements?
When should I use nosql database?
Why truncate is faster than delete?
Can we rollback truncate?
Is sql a programming?
Explain correlated query work?
Is natural join same as inner join?
what are date and time data types? : Sql dba
what is sql profiler? : Sql dba
What is sql scripting?
Explain the difference between triggers and constraints?
What does pragma mean?