A5:
| |
| 1) | A | You will recall that a built-in exception is raised when a program breaks an Oracle rule. In other words, you do not need to specify how to raise a built-in exception, rather, what actions must be taken when a particular built-in exception is raised. A built-in exception will be raised by Oracle implicitly. | | 2) | B | | | 3) | B | When a group function is used in the SELECT INTO statement, there is at least one row returned. As a result, exception NO_DATA_FOUND is not raised. | | 4) | B | Once an exception has been raised in a PL/SQL block, the execution of the block terminates. | | 5) | B | An exception-handling section may contain multiple exception handlers. For example, NO_DATA_FOUND and OTHERS. |
|