Implicit cursor automatically declared by Oracle every time SQL statement is executed - PL/SQL
Q. Which type of cursor is automatically declared by Oracle every time an SQL statement is executed?- Published on 07 Jul 15a. An Implicit
b. An Explicit
c. Both A & B
d. None of the above
ANSWER: An Implicit
The implicit cursor are automatically created. We cannot control this cursor. This cursor is associated with the DML statements.