Oracle
1Z0-141 · Question #80
View the Exhibit and examine the PL/SQL block. To resolve compiler or run-time errors, what three changes could you make to this code? (Choose three.)
The correct answer is A. Define the BEGIN and END keywords. C. Define an EXCEPTION section to handle exceptions. F. Define a DECLARE section to declare PL/SQL variables and exceptions. See the full explanation below for the reasoning.
Question
View the Exhibit and examine the PL/SQL block. To resolve compiler or run-time errors, what three changes could you make to this code? (Choose three.)
Exhibit
Options
- ADefine the BEGIN and END keywords.
- BDeclare PL/SQL variables in an anonymous block.
- CDefine an EXCEPTION section to handle exceptions.
- DDefine an EXCEPTION section to declare exceptions.
- EDefine an EXCEPTION section to declare PL/SQL variables.
- FDefine a DECLARE section to declare PL/SQL variables and exceptions.
How the community answered
(37 responses)- A84% (31)
- B3% (1)
- D5% (2)
- E8% (3)
Community Discussion
No community discussion yet for this question.
