Multiple choice Which of the following is NOT a valid loop in PL/SQL? For loop.. end loop loop..end loop While loop.. end loop Do while loop..end loop Reveal answer Fill a bubble to check yourself D Correct answer Explanation There is no 'Do while' loop in PL/SQL. To write conditional loops, we can either use the 'simple' or the 'while' loop.