October 2002
Beginner
864 pages
18h 41m
English
declare cursor_name cursor
for select_statement
The DECLARE CURSOR statement creates a new cursor from the SELECT statement query. The FETCH statement scrolls the cursor through the data until the variables have been loaded. Then the cursor scrolls to the next record.
Read now
Unlock full access