BEGIN LOOP
DBMS_OUTPUT.PUT_LINE(lv_cnt_num) ;
Lv_cnt_num := lv_cnt_num + 1;
EXIT WHEN lv_cnt_num >= 5;
END LOOP;
END;
Which of the statements in the code fragment above ensures that the loop executes at least once?
A) LOOP
B) lv_cnt_num := lv_cnt_num + 1;
C) EXIT WHEN lv_cnt_num >= 5;
D) DBMS_OUTPUT.PUT_LINE(lv_cnt_num) ;
Correct Answer:
Verified
Q48: DECLARE order NUMBER(2) := 4;
Total_amt NUMBER(2);
BEGIN
Total_amt :=
Q49: Which of the following does not use
Q50: The statements that are used to control
Q51: Which of the following statements is True?
A)
Q52: Which of the following evaluates conditions and
Q54: Which of the following code fragments would
Q55: Which of the following code fragments would
Q56: Which of the following code fragments would
Q57: Which of the following allow us to
Q58: Which of the following code fragments would
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