📢 Too many exams? Don’t know which one suits you best? Book Your Free Expert 👉 call Now!


    Question

    When does an implicit cursor get automatically declared

    and managed by PL/SQL?
    A Only when a `SELECT` statement returns multiple rows. Correct Answer Incorrect Answer
    B For all `SELECT` statements, regardless of the number of rows. Correct Answer Incorrect Answer
    C For `INSERT`, `UPDATE`, `DELETE`, and `SELECT INTO` statements. Correct Answer Incorrect Answer
    D Only when a `FOR` loop is used with a `SELECT` statement. Correct Answer Incorrect Answer
    E When an explicit cursor is not explicitly closed. Correct Answer Incorrect Answer

    Solution

    For `INSERT`, `UPDATE`, `DELETE`, and `SELECT INTO` statements.

    Practice Next
    ask-question