Multiple choice technology databases

PL/SQL Exception message consists of

  1. Type of Exception

  2. Finally block

  3. An Error Code

  4. A message

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

PL/SQL exception messages contain three key components: the exception type (such as NO_DATA_FOUND or VALUE_ERROR), an error code (numeric identifier like ORA-01403), and a descriptive message explaining the error. A FINALLY block is a separate construct used in some languages for cleanup code but is not part of the exception message itself in PL/SQL.