Cursor
Cursor
FETCH_LIST ]
. CLOSE: Closes the cursor when operations against the cursor are complete
CLOSE CURSOR_NAME
DEALLOCATE CURSOR CURSOR_NAME
Advantages/Disadvantages: Triggers, for the most part, are very good functions to
use; they can,
however cause more I/O overhead. Triggers should not be used when a stored
procedure or a program can accomplish the same results with less overhead.