BEGIN WHILE lv_cnt_num <= 5 LOOP
DBMS_OUTPUT.PUT_LINE(lv_cnt_num) ;
Lv_cnt_num := lv_cnt_num + 1;
END LOOP;
END;
According to the code fragment above, how many times does the loop iterate?
A) 3
B) 4
C) 5
D) 6
Correct Answer:
Verified
Q37: Loops are used for situations in which
Q38: The common data types used for cursor
Q39: To keep code efficient and minimize statement
Q40: _ are used to change the values
Q41: Which of the following PL/SQL blocks requires
Q43: Which of the following statements is correct?
A)
Q44: FOR i IN 1..tbl_roast.COUNT LOOP lv_tot_num :=
Q45: The _ uses the LOOP and END
Q46: Which of the following statement blocks correctly
Q47: Which of the following dictates exactly how
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents