Database, Oracle For Loop February 13, 2020Jun Kim How to use for loop in Oracle FOR loop_counter IN [REVERSE] lowest_number..highest_number LOOP {…statements…} END LOOP; [REVERSE]: Optional. The loop counter will count in reverse. If REVERSE is specified, then…Continue readingFor Loop