Multiple Choice
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
Correct Answer:
Verified
Q64: If the <u>WHERE </u>clause is not included
Q65: Which of the following code fragments would
Q66: The syntax of the following code fragment
Q67: The Searched CASE statement does not use
Q68: If the EXIT WHEN clause is not
Q70: _ statements are used to put or
Q71: A(n) _ variable can hold only a
Q72: The BEGIN section of a PL/SQL block
Q73: The CASE statement begins with the keyword
Q74: By indicating a numeric range, the _