

MCQOPTIONS
Saved Bookmarks
1. |
What is the syntax of PL/SQL Loop? |
A. | LOOPEND LOOP;Sequence of statements; |
B. | END LOOP;LOOPSequence of statements; |
C. | LOOPSequence of statements;END LOOP; |
D. | END LOOP;Sequence of statements;LOOP |
Answer» D. END LOOP;Sequence of statements;LOOP | |