OPEN Cursor Open a cursor in a stored procedure. Syntax OPEN cursor_name Description This opens the cursor. Opening the cursor will run the associated bound query. Parameters cursor_name The name that was associated with the cursor using DECLARE. DECLARE Cursor FETCH Cursor