Explain the two type of Cursors ?
ORACLE Interview Questions and Answers (Part 3)
(Continued from previous question...)
467. Explain the two type of Cursors ?
There are two types of cursors, Implicit Cursor and Explicit Cursor.
PL/SQL uses Implicit Cursors for queries. User defined cursors are called Explicit Cursors. They can be declared and used.
(Continued on next question...)
Other Interview Questions
|