Multiple choice Which of the following statements is false regarding user defined exception in PL/SQL? An user-defined exception must be declared and then raised explicitly. An user defined exception can be created using a RAISE statement. The procedure DBMS_STANDARD. RAISE_APPLICATION_ERROR can also throw an user defined exception. RAISE statements can raise predefined exceptions and also user defined exceptions. User-defined exceptions are declared in the exception section with their types as exceptions. Reveal answer Fill a bubble to check yourself E Correct answer Explanation This is false as user defined exceptions are declared in the declaration section with their types as exception.