×

Multiple-Choice Questions

Web Technologies MCQs

Computer Science Subjects MCQs

Databases MCQs

Programming MCQs

Testing Software MCQs

Digital Marketing Subjects MCQs

Cloud Computing Softwares MCQs

AI/ML Subjects MCQs

Engineering Subjects MCQs

Office Related Programs MCQs

Management MCQs

More

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.