Multiple choice

______condition in PL/SQL is termed as an exception.

  1. If

  2. If then else if

  3. For

  4. Error

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In PL/SQL, an exception is an error condition that occurs during the execution of a program, which interrupts the normal flow.