Multiple choice technology databases Implicit cursors are declared for Some DML,PL/SQL statements All DML,PL/SQL statements Only PL/SQL statements None of the Above Reveal answer Fill a bubble to check yourself B Correct answer Explanation Oracle automatically declares implicit cursors for ALL DML statements and PL/SQL blocks. Every INSERT, UPDATE, DELETE, and SELECT operation that processes rows uses an implicit cursor, not just some of them.