What is the significance of the CURSOR WITH HOLD clause in a cursor declaration ?
The clause avoids closing the cursor and repositioning it to the last row processed when the cursor is reopened.
The clause avoids closing the cursor and repositioning it to the last row processed when the cursor is reopened.