What is missing from the T-SQL statement below for creating and using a cursor?

DECLARE mycursor CURSOR FOR SELECT * FROM Vendor FETCH NEXT FROM mycursor;

 Posted by Bandi on 7/30/2014 | Category: Sql Server Interview questions | Views: 1752 | Points: 40
Select from following answers:
  1. KEYSET
  2. OPEN
  3. STATIC
  4. SCROLL
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response