Which two are true about exception handling? (Choose two.)
Internally defined exceptions can be handled only by the OTHERS exception handler.
All declared exceptions are raised implicitly by the runtime system.
User-defined exceptions can be defined in the declarative part of any PL/SQL anonymous block, subprogram, or package.
Only predefined exceptions and user-defined exceptions can have a user-declared name associated with them.
Predefined exceptions are globally declared in the standard package.
Submit