Working with REF CURSOR and cursor variables v16

The REF CURSOR provides greater flexibility than static cursors.

ref_cursor_overview declaring_a_cursor_variable opening_a_cursor_variable fetching_rows_from_a_cursor_variable closing_a_cursor_variable usage_restrictions examples dynamic_queries_with_ref_cursors