Oracle
1Z0-144 · Question #49
Examine the following code that you plan to execute: What correction should be performed in the above code?
The correct answer is A. The PROC2 procedure code should be defined in the package body. See the full explanation below for the reasoning.
Question
Examine the following code that you plan to execute:
What correction should be performed in the above code?
Exhibit
Options
- AThe PROC2 procedure code should be defined in the package body.
- BThe PROC3 procedure should be declared in the package specification.
- CThe PROC3 procedure header should be declared at the beginning of the package body.
- DThe variable x must be declared in the package body and removed from the specification,
How the community answered
(15 responses)- A80% (12)
- B13% (2)
- D7% (1)
Community Discussion
No community discussion yet for this question.
