What are the Restrictions on Cursor Variables?

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


Please Help Members By Posting Answers For Below Questions

What is a table?

725


What is the use of index in sql?

756


How many tables can you join in sql?

701


Which is faster view or stored procedure?

684


Is sql a microsoft product?

690






explain mysql aggregate functions. : Sql dba

717


Why self join is used in sql?

677


What does sql stand for?

698


what is dbms? : Sql dba

728


Does asenumerable execute the query?

772


Explain character-manipulation functions?

830


How do I partition in sql?

696


Write a sql query to convert all character to uppercase after hypen.

1163


Can we use loop in sql?

723


Which operator is used in query for pattern matching?

827