Which of the following code fragments would not raise an error?
A) BEGIN
FOR i IN 1..10 LOOP
DBMS_OUTPUT.PUT_LINE(i) ;
END LOOP;
END;
B) BEGIN
FOR i IN 1..10 LOOP
DBMS_OUTPUT.PUT_LINE(c)
END LOOP
END;
C) BEGIN
FOR i IN 1..10
DBMS_OUTPUT.PUT_LINE(i) ;
END LOOP;
END;
D) BEGIN
FOR i IN 1..10 LOOP
DBMS_OUTPUT.PUT_LINE
END LOOP
END;
Correct Answer:
Verified
Q57: Which of the following allow us to
Q58: Which of the following code fragments would
Q59: If the EXIT WHEN clause is not
Q60: Which of the following clauses ensures that
Q61: The _ section of the PL/SQL block
Q63: The code order NUMBER(2) := 6; is
Q64: _ are used for situations in which
Q65: _ statements are used to put or
Q66: IF rec_order.state = 'VA' THEN lv_tax_num :=
Q67: The _ section of a PL/SQL block
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