Description of the illustration select_into_statement
SELECT [ { DISTINCT | UNIQUE } | ALL ] select_list { into_clause | bulk_collect_into_clause } FROM rest-of-statement ;
SELECT [ { DISTINCT | UNIQUE } | ALL ] select_list { into_clause | bulk_collect_into_clause } FROM rest-of-statement ;