What is the syntax to open the cursor?

5. What is the syntax to open the cursor?

  1. OPEN cursor_name;
  2. CLOSE cursor_name;
  3. BEGIN cursor_name;
  4. END cursor_name;

Answer: A) OPEN cursor_name;

Explanation:

The syntax to open the cursor is OPEN cursor_name;

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.