DEVFYI - Developer Resource - FYI

What is a cursor for loop?

ORACLE Interview Questions and Answers (Part 4)


(Continued from previous question...)

549. What is a cursor for loop?

Cursor For Loop is a loop where oracle implicitly declares a loop variable, the loop index that of the same record type as the cursor's record.

(Continued on next question...)

Other Interview Questions