NODATAFOUND exception raised when subscript designates an element that was deleted - PL/SQL Exceptions
Q. Which collection exception is raised when a subscript designates an element that was deleted, or a nonexistent element of an associative array?- Published on 09 Jul 15a. NO_DATA_FOUND
b. COLLECTION_IS_NULL
c. SUBSCRIPT_BEYOND_COUNT
d. SUBSCRIPT_OUTSIDE_LIMIT
ANSWER: NO_DATA_FOUND
The NO_DATA_FOUND exception is raised when the FETCH statement is not able to find the relevant data that we have asked for.