Oracle
1Z0-144 · Question #38
Which two statements are true about the continue statement? (Choose two.)
The correct answer is B. The CONTINUE statement cannot appear outside a loop. E. The current iteration of the loop completes immediately and control passes to the next iteration of. See the full explanation below for the reasoning.
Question
Which two statements are true about the continue statement? (Choose two.)
Options
- AThe PL/SQL block execution terminates immediately.
- BThe CONTINUE statement cannot appear outside a loop.
- CThe loop completes immediately and control passes to the statement after end loop.
- DThe statements after the continue statement in the iteration are executed before terminating the
- EThe current iteration of the loop completes immediately and control passes to the next iteration of
How the community answered
(49 responses)- A10% (5)
- B84% (41)
- C4% (2)
- D2% (1)
Community Discussion
No community discussion yet for this question.