Friday, 25 May 2012

What will be the consequence if the upper bound of the FOR-LOOP counter gets a smaller value than the lower bound? | PL SQL

If the upper bound of a FOR-LOOP is assigned a value smaller than the lower bound of the loop, then the statements within the loop are not executed and the control is passed to the statement after the loop.