iteration schemesthe bounds of a loop range can


Iteration Schemes

The bounds of a loop range can be variables, literals, variables, or expressions but must compute to integers. Below are some of the examples. As you can see the lower bound need not be 1. Though, the loop counter increment (or decrement) should be 1.

j IN -5..5
k IN REVERSE first..last
step IN 0..TRUNC(high/low) * 2

Request for Solution File

Ask an Expert for Answer!!
PL-SQL Programming: iteration schemesthe bounds of a loop range can
Reference No:- TGS0172521

Expected delivery within 24 Hours