DEVFYI - Developer Resource - FYI

What are the PL/SQL Statements used in cursor processing ?

ORACLE Interview Questions and Answers (Part 3)


(Continued from previous question...)

490. What are the PL/SQL Statements used in cursor processing ?

DECLARE CURSOR cursor name, OPEN cursor name, FETCH cursor name INTO or Record types, CLOSE cursor name.

(Continued on next question...)

Other Interview Questions