InterviewSolution
Saved Bookmarks
| 1. |
Can The Pl/sql Block Process More Than One Exception At A Time? |
|
Answer» No, the PL/SQL BLOCK cannot HANDLE more than ONE exception. It can process only one exception handler before terminating. No, the PL/SQL block cannot handle more than one exception. It can process only one exception handler before terminating. |
|