forall_statement ::=
 FORALL index_name IN lower_bound .. upper_bound
 sql_statement;