Google News
logo
PL/SQL - Quiz(MCQ)
The pre-defined exception TOO_MANY_ROWS is raised when
A)
PL/SQL ran out of memory or memory was corrupted.
B)
SELECT INTO statement returns more than one row.
C)
A cursor fetches value in a variable having incompatible data type.
D)
None of the above.

Correct Answer :   SELECT INTO statement returns more than one row.

Advertisement