Multiple choice technology databases In a PL/SQL block structure, which parts are optional? DELCARE and BEGIN DECALRE and EXCEPTION EXCEPTION and END BEGIN and END Reveal answer Fill a bubble to check yourself B Correct answer Explanation In a PL/SQL block, only BEGIN and END are mandatory. The DECLARE section (for declarations) and EXCEPTION section (for error handling) are both optional components that can be omitted if not needed.