InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) We should use cursor in all cases(b) A static cursor can move forward and backward direction(c) A forward only cursor is the fastest cursor(d) All of the mentionedI have been asked this question during an internship interview.I would like to ask this question from Cursor topic in portion Developing with SQL Server of SQL Server |
|
Answer» Correct option is (a) We should use CURSOR in all cases |
|