What Is The Correct Syntax For The Nested Loop Statements In #525
What is the correct syntax for the NESTED LOOP Statements 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.
What is the correct syntax for the NESTED LOOP Statements in PL/SQL?
LOOP LOOP Sequence of statements1 Sequence of statements2 END LOOP; END LOOP;LOOP Sequence of statements1 END LOOP; LOOP Sequence of statements2 END LOOP;LOOP Sequence of statements1 LOOP Sequence of statements2 END LOOP; END LOOP;LOOP Sequence of statements1 LOOP Sequence of statements2 END LOOP;