Home »
PL/SQL MCQs
The Implicit cursors are created in order to process the ____ statements
80. The Implicit cursors are created in order to process the ____ statements.
- DDL
- DCL
- DML
- TCL
Answer: C) DML
Explanation:
The implicit cursors are created in order to process the DML statements such as INSERT, DELETE, UPDATE, etc.