Which statement is used to define a cursor?

Options
- OPEN
- FETCH
- DECLARE CURSOR
- @@FETCH_STATUS


CORRECT ANSWER : DECLARE CURSOR

Discussion Board
DECLARE CURSOR

DECLARE CURSOR is used to define a cursor. DECLARE CURSOR accepts both a syntax based on the ISO standard and a syntax using a set of Transact-SQL extensions.

Prajakta Pandit 03-6-2017 05:00 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement