What is a cursor ? Why Cursor is required ?
ORACLE Interview Questions and Answers (Part 3)
(Continued from previous question...)
493. What is a cursor ? Why Cursor is required ?
Cursor is a named private SQL area from where information can be accessed. Cursors are required to process rows individually for queries returning multiple rows.
(Continued on next question...)
Other Interview Questions
|