0 votes
in PL/SQL by
What Will Be The Consequence If The Upper Bound Of The For-loop Counter Gets A Smaller Value Than The Lower Bound?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Mar 7, 2021 in PL/SQL by SakshiSharma
+1 vote
asked Dec 27, 2022 in Digital Primer by john ganales
...