Runtime error is handled with help of exception-handling section in an PL/SQL block - PL/SQL Errors

Q.  Which of the following is handled with the help of exception-handling section in an PL/SQL block. For eg, SELECT INTO statement, which does not return any rows.
- Published on 07 Jul 15

a. A runtime error
b. A syntax error
c. Both A & B
d. None of the above

ANSWER: A runtime error
 
The exception-handling section is a special section of a PL/SQL block where the errors are specified.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)