Cursors
DECLARE cur_al_movie refcursor;
-- or
cursor-name [cursor-scrollability] cursor [(name datatype ...)]
FOR
query-expressionExample
Cursor with Parameters
Opening a cursor
Opening un bound cursor
Opening an un bound cursor with dynamic query
Last updated