DEVFYI - Developer Resource - FYI

What happens when rows are found using a FETCH statement

PL/SQL Interview Questions and Answers


(Continued from previous question...)

What happens when rows are found using a FETCH statement

1. It causes the cursor to close
2. It causes the cursor to open
3. It loads the current row values into variables
4. It creates the variables to hold the current row values

(Continued on next question...)

Other Interview Questions