SQL (Structured Query Language) Question:

Download Job Interview Questions and Answers PDF

The command used to open a CURSOR FOR loop is?

SQL Interview Question
SQL Interview Question

Answers:

Answer #1
1. open
2. fetch
3. parse
4. None, cursor for loops handle cursor opening implicitly.

Answer #2
1

Download SQL Interview Questions And Answers PDF

Previous QuestionNext Question
If left out, which of the following would cause an infinite loop to occur in a simple loop?Read the following code: