Google News
logo
PL/SQL - Quiz(MCQ)
Errors that are encountered during the execution of the program are referred to as ___________ in PL/SQL.
A)
CURSOR
B)
EXCEPTION
C)
FUNCTION
D)
PROCEDURE

Correct Answer :   EXCEPTION


Explanation : Errors that are encountered during the execution of the program are referred to as exceptions in PL/SQL.

Advertisement