Question

When does an implicit cursor get automatically declared and managed by PL/SQL?

A Only when a `SELECT` statement returns multiple rows.
B For all `SELECT` statements, regardless of the number of rows.
C For `INSERT`, `UPDATE`, `DELETE`, and `SELECT INTO` statements.
D Only when a `FOR` loop is used with a `SELECT` statement.
E When an explicit cursor is not explicitly closed.
Practice Next

Hey! Ask a query