Home »
PL/SQL MCQs
The exception thrown when more than one row is returned from a SELECT INTO statement?
128. The exception thrown when more than one row is returned from a SELECT INTO statement?
- MORE_THAN_ONE_ROW
- MORE_ROWS
- TOO_MANY_ROWS
- MANY_ROWS
Answer: C) TOO_MANY_ROWS
Explanation:
The exception thrown when more than one row is returned from a SELECT INTO statement is TOO_MANY_ROWS.