SQL (Structured Query Language) Question:

The command used to open a CURSOR FOR loop is?

Tweet Share WhatsApp

Answers:

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

Answer #21

Download SQL PDF Read All 172 SQL Questions
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: