Operations cannot be performed on cursor expressions - SQL Operations

Q.  Which operations cannot be performed on cursor expressions?
- Published on 08 Jul 15

a. BIND
b. EXECUTE
c. Both A & B
d. None of the above

ANSWER: Both A & B
 
We can use a cursor in the block. However, there are certain restrictions on the cursor expressions. One of the restriction is that we cannot perform BIND and EXECUTE operations on the cursor expressions.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)