Home »
PL/SQL MCQs
Errors that are encountered during the execution of the program are referred to as ____ in PL/SQL
111. Errors that are encountered during the execution of the program are referred to as ____ in PL/SQL.
- FUNCTION
- CURSOR
- EXCEPTION
- PROCEDURE
Answer: C) EXCEPTION
Explanation:
Errors that are encountered during the execution of the program are referred to as exceptions in PL/SQL.