Home »
MCQs »
Oracle MCQs »
Oracle Cursor MCQs
What is the syntax to open the cursor?
5. What is the syntax to open the cursor?
- OPEN cursor_name;
- CLOSE cursor_name;
- BEGIN cursor_name;
- END cursor_name;
Answer: A) OPEN cursor_name;
Explanation:
The syntax to open the cursor is OPEN cursor_name;