Which Of The Following Is The Correct Syntax For The Basic Loop #520
Which of the following is the correct syntax for the basic loop statement in PL/SQL?
This multiple choice question (MCQ) is related to the book/course
gs gs115 Structured Query Language.
It can also be found in
gs gs115 PL/SQL Loops, Strings and Arrays - PL/SQL Loops - Quiz No.1.
Which of the following is the correct syntax for the basic loop statement in PL/SQL?
LOOP Sequence of statements; END;LOOP Sequence of statements;LOOP Sequence of statements; END LOOP;Sequence of statements; END LOOP;