Which two statements are true about the continue statement? (Choose two.)
A.
The PL/SQL block execution terminates immediately.
B.
The CONTINUE statement cannot appear outside a loop.
C.
The loop completes immediately and control passes to the statement after end loop.
D.
The statements after the continue statement in the iteration are executed before terminating the LOOP.
E.
The current iteration of the loop completes immediately and control passes to the next iteration of the loop
Ans are B and E….
Refer this website:
http://docs.oracle.com/cd/B28359_01/appdev.111/b28370/continue_statement.htm
B,E
B, E