Oracle
1Z0-117 · Question #23
Examine the Following Query and execution plan: Which query transformation technique is used by the optimizer?
The correct answer is D. Predicate pushing. In the execution plan BX, note the keyword 'VIEW PUSHED PREDICATE' indicates that the view has undergone the join predicate pushdown transformation.
Understanding and Influencing the Optimizer
Question
Examine the Following Query and execution plan:
Which query transformation technique is used by the optimizer?
Exhibit
Options
- AFilter push down
- BSubquery factoring
- CSubquery unnesting
- DPredicate pushing
How the community answered
(16 responses)- A6% (1)
- B13% (2)
- C6% (1)
- D75% (12)
Explanation
- In the execution plan BX, note the keyword 'VIEW PUSHED PREDICATE' indicates that the view has undergone the join predicate pushdown transformation.
Topics
#query transformation#predicate pushing#optimizer rewrites#subquery unnesting
Community Discussion
No community discussion yet for this question.
