Home »
PL/SQL MCQs
On the ____ statements, the explicit cursors are created which return rows more than one
87. On the ____ statements, the explicit cursors are created which return rows more than one.
- DELETE
- CREATE
- SELECT
- UPDATE
Answer: C) SELECT
Explanation:
On the SELECT statements, the explicit cursors are created which return rows more than one.