Multiple choice Which of the following statements is /are false? A cursor defines a private area in memory, when SQL statements are executed. Implicit cursor are created, when any DML operation occurs in the database. Explicit cursors are executed by default. Explicit cursors can process only one record at a time. None of the above Reveal answer Fill a bubble to check yourself C Correct answer Explanation Explicit cursors are not executed by default. They are executed when SELECT statement is used to return more than one row.