InterviewSolution
Saved Bookmarks
| 1. |
Explain The Two Type Of Cursors? |
|
Answer» 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. 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. |
|