Multiple Choice
A PL/SQL block contains:
A) A required declaration section, a required executable section, and an optional exception section.
B) An optional declaration section, a required executable section, and an optional exception section.
C) A required declaration section, a required executable section, and a required exception section.
D) An optional declaration section, a required executable section, and a required exception section.
Correct Answer:

Verified
Correct Answer:
Verified
Q59: Two triggers with the same timing,granularity,and applicable
Q60: Functions should be usable in expressions,i.e.a function
Q61: Due to the growth of online database
Q62: The common SQL*Plus command used to list
Q63: When writing a PL/SQL procedure,it is good
Q65: If you omit the keywords FOR EACH
Q66: A database programming language allows a program
Q67: Which of the following is true of
Q68: Dynamic binding involves the determination of the
Q69: In PL/SQL,functions should:<br>A) Always use input parameters.<br>B)