declare_cursor_statement
Syntax
<
declare_cursor_statement
>
::= DECLARE
<
result_table_name
>
CURSOR FOR
<
select_statement
>
End of the code.