Interview Questions

Oracle cursor : Implicit & Explicit cursors

DATABASE Administrator (DBA) Interview Questions and Answers


(Continued from previous question...)

61. Oracle cursor : Implicit & Explicit cursors

Oracle uses work areas called private SQL areas to create SQL statements. PL/SQL construct to identify each and every work are used, is called as Cursor. For SQL queries returning a single row, PL/SQL declares all implicit cursors. For queries that returning more than one row, the cursor needs to be explicitly declared.

(Continued on next question...)

Other Interview Questions