Multiple choice technology databases Which exception handler must appear LAST in the exception block? User Defined Exception Predefined Internal Exception --- NO_DATA_FOUND Predefined Internal Exception --- VALUE_ERROR OTHERS Exception Reveal answer Fill a bubble to check yourself D Correct answer Explanation The WHEN OTHERS exception handler is a catch-all block that handles any exceptions not explicitly caught by preceding handlers. Because it catches everything, it must be the last handler in a PL/SQL exception block.