Operations cannot be performed on cursor expressions - SQL Operations
Q. Which operations cannot be performed on cursor expressions?- Published on 08 Jul 15a. 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.