Multiple choice technology databases

Which is the procedure used to issue User-Defined error messages from stored Sub-Programs?

  1. Raise Application procedure

  2. Raise Application Error procedure

  3. Application Error procedure

  4. None of the Above

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

In PL/SQL, RAISE_APPLICATION_ERROR (represented here as Raise Application Error) is the standard built-in procedure used to issue user-defined error messages from stored subprograms. The other options are incorrect or generic names that do not exist as built-in PL/SQL procedures for this purpose.