Home »
MCQs »
Oracle MCQs »
Oracle Cursor MCQs
Which of the following is the final step in cursor function?
12. Which of the following is the final step in cursor function?
- CREATE
- FETCH
- CLOSE
- None
Answer: C) CLOSE
Explanation:
CLOSE statement is the final step in cursor function.