DBA > Job Interview Questions > DATABASE Administrator (DBA) Interview Questions and Answers

Oracle cursor : Implicit & Explicit cursors

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(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 Job Interview Questions