Google News
logo
PL/SQL - Interview Questions
Mention a few predefined exceptions?
The following are some examples of predefined exceptions :
 
NO DATA FOUND : A single-row SELECT statement that returns no data.

TOO MANY ROWS : A single row SELECT statement that returns many rows.

INVALID CURSOR : An incorrect cursor operation was performed.

ZERO DIVIDE : Attempt at zero division.
Advertisement