How many times does the following loop execute? FOR iYear IN REVERSE 12 .. 1 LOOP CalculateSales(iYear); END LOOP
A. 12
B. 11
C. 0
D. Error will occur
Answer:[C]
Highlight to find out the answer.
How many times does the following loop execute? FOR iYear IN REVERSE 12 .. 1 LOOP CalculateSales(iYear); END LOOP
at 2:53 AM
Labels: Oracle, Oracle Query, Oracle Test, PL/SQL
No comments:
Post a Comment