1.

Which of the following FORWARD ONLY Cursor is populated at the time of creation?(a) KEYSET(b) FORWARD_ONLY STATIC(c) FAST_FORWARD(d) All of the mentionedI had been asked this question in semester exam.I'm obligated to ask this question of Cursor in section Developing with SQL Server of SQL Server

Answer»

Correct answer is (B) FORWARD_ONLY STATIC

The EXPLANATION: A FORWARD_ONLY STATIC Cursor is populated at the TIME of creation and cached the data to the cursor lifetime. It is not SENSITIVE to any changes to the data source.



Discussion

No Comment Found

Related InterviewSolutions