SQL (Structured Query Language) Question:
Download Job Interview Questions and Answers PDF
The command used to open a CURSOR FOR loop is?
Answers:
Answer #11. open
2. fetch
3. parse
4. None, cursor for loops handle cursor opening implicitly.
2. fetch
3. parse
4. None, cursor for loops handle cursor opening implicitly.
Answer #21
Download SQL Interview Questions And Answers
PDF
Previous Question | Next Question |
If left out, which of the following would cause an infinite loop to occur in a simple loop? | Read the following code: |