Multiple choice Variables and constants should be declared in the _______ part of PL/SQL block. declarative executable exception handling none of above Reveal answer Fill a bubble to check yourself A Correct answer Explanation A PL/SQL block is divided into three sections: the declarative part (for variables/constants), the executable part, and the exception handling part.