Home »
MCQs »
Oracle MCQs »
Oracle Cursor MCQs
To fetch rows from a cursor, you use the ____ statement after declaring and opening the cursor
6. To fetch rows from a cursor, you use the ____ statement after declaring and opening the cursor.
- GET
- FETCH
- ADD
- INSERT
Answer: B) FETCH
Explanation:
To fetch rows from a cursor, you use the FETCH statement after declaring and opening the cursor.