"NODATAFOUND" & "TOOMANYROWS" are common errors found - PL/SQL Control Structures
Q. “NO_DATA_FOUND” and “TOO_MANY_ROWS” are the two most common errors found when executing a SELECT statement.- Published on 01 Jul 15a. True
b. False
ANSWER: True
The “NO_DATA_FOUND” error is where the program is not able to find any data. This type of error can be trapped by the exception block.
The “TOO_MANY_ROWS” error is where one row data is conflicting with another row data so it is unable to fetch a particular data. This error too can be trapped by the exception block.