Multiple choice technology databases How do you handle an Exception? a) Trap it with a Handler b) Propagate it to the Calling Environment c) a & then b d) b & then a Reveal answer Fill a bubble to check yourself C Correct answer Explanation In PL/SQL, you handle exceptions by either trapping them locally using an exception handler block, or by allowing them to propagate unhandled to the calling environment to be managed at a higher level.