Oracle
1Z0-146 · Question #22
Which statement is valid within the executable section of a PL/SQL block?
The correct answer is C. SELECT ename, sal. See the full explanation below for the reasoning.
Question
Which statement is valid within the executable section of a PL/SQL block?
Options
- ABEGIN
- BWHEN NO_DATA_FOUND THEN
- CSELECT ename, sal
- DPROCEDURE calc_max (n1 NUMBER,n2 NUMBER,p_max OUT NUMBER) IS BEGIN
How the community answered
(14 responses)- B7% (1)
- C79% (11)
- D14% (2)
Community Discussion
No community discussion yet for this question.