Home »
PL/SQL MCQs
What is TRUE about header?
58. What is TRUE about header?
- Parameters and variables are contained in the header of the procedure.
- Similar to a general PL/SQL block, the header contains declarations, executions, and exceptions.
- Both A. and B.
- None of the above
Answer: A) Parameters and variables are contained in the header of the procedure
Explanation:
Parameters and variables are contained in the header of the procedure.