Explicit cursor defined by program for any query that returns more than one row of data - PL/SQL

Q.  An Explicit cursor is defined by the program for any query that returns more than one row of data.
- Published on 07 Jul 15

a. True
b. False

ANSWER: True
 
An explicit cursor is a user defined cursor and is used for gaining control over the context area. It is mostly used on the SELECT statement which returns more than one row.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)