MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is TRUE about User-defined exceptions? |
| A. | Users can explicitly raise an exception by using a RAISE statement |
| B. | RAISE_APPLICATION_ERROR can be used to raise a user-defined exception explicitly |
| C. | both a and b |
| D. | None of the above |
| Answer» D. None of the above | |