📚 Practice Mode

Oracle PL SQL Programming

Learn at your own pace with hints and detailed explanations

1 / 15
Multiple Choice

Which of the following is the incorrect statement about 'Unnamed System Exceptions' in PL/SQL?

  1. These exceptions are raised implicitly.
  2. These exceptions can be handled explicitly also.
  3. These are pre-defined exceptions and given a name in Oracle.
  4. EXCEPTION_INIT has associate a predefined Oracle error number to a programmer_defined exception name.
  5. The pragma EXCEPTION_INIT is declared in the declarative part of a PL/SQL block.