Multiple Choice
FOR i IN 1..tbl_roast.COUNT LOOP lv_tot_num := lv_tot_num + tbl_roast(i) ;
END LOOP;
In the above code fragment, which of the following holds the value of the current iteration number?
A) tbl_roast
B) i
C) COUNT
D) lv_tot_num
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: The LOOP statement is a mechanism that
Q5: The <u>basic</u> loop uses the LOOP and
Q6: When an IF statement checks only one
Q7: The following loop iterates four times.<br>BEGIN<br>WHILE lv_cnt_num
Q8: The following code fragment is a correct
Q10: A(n) <u>scalar</u> variable can hold only a
Q11: Which of the following code fragments would
Q12: The keyword DEFAULT can be used in
Q13: What is the purpose of the BEGIN
Q14: DECLARE order NUMBER(2) := 4;<br>Total_amt NUMBER(2);<br>BEGIN<br>Total_amt :=