Oracle
1Z0-071 · Question #64
Evaluate the following statement: Which statement is true regarding the evaluation of rows returned by the subquery in the INSERT statement?
The correct answer is A. They are evaluated by all the three WHEN clauses regardless of the results of the evaluation of. See the full explanation below for the reasoning.
Question
Evaluate the following statement:
Which statement is true regarding the evaluation of rows returned by the subquery in the INSERT statement?
Exhibit
Options
- AThey are evaluated by all the three WHEN clauses regardless of the results of the evaluation of
- BThey are evaluated by the first WHEN clause. If the condition is true, then the row would be
- CThey are evaluated by the first WHEN clause. If the condition is false, then the row would be
- DThe INSERT statement would give an error because the ELSE clause is not present for support in
How the community answered
(33 responses)- A79% (26)
- B12% (4)
- C6% (2)
- D3% (1)
Community Discussion
No community discussion yet for this question.
