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 11/12/2013 | Category: Sql Server Interview questions | Views: 3228 | 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