InterviewSolution
Saved Bookmarks
| 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 |
|