What is a cursor?
ORACLE Interview Questions and Answers (Part 3)
(Continued from previous question...)
530. What is a cursor?
Oracle uses work area to execute SQL statements and store processing information PL/SQL construct called a cursor lets you name a work area and access its stored information A cursor is a mechanism used to fetch more than one row in a Pl/SQl block.
(Continued on next question...)
Other Interview Questions