Multiple choice

Which of the error handling expections are executed when an error occurs while executing a PL/SQL block of code?

  1. Predetermined internal exceptions

  2. User defined expections

  3. Internally defined expections

  4. None of these

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

User defined handling expections are executed while error occurs when executing a PL/SQL block of code.