Oracle
1Z0-117 · Question #92
Examine the query and its execution plan: Which statement is true regarding the execution plan?
The correct answer is A. This query first fetches rows from the CUSTOMERS table that satisfy the conditions, and then the join. See the full explanation below for the reasoning.
Question
Examine the query and its execution plan:
Which statement is true regarding the execution plan?
Exhibit
Options
- AThis query first fetches rows from the CUSTOMERS table that satisfy the conditions, and then the join
- BThe query fetches rows from CUSTOMERS and ORDERS table simultaneously, and filters the rows
- CThe query first fetches rows from the ORDERS table that satisfy the conditions, and then the join returns
- DThe query first joins rows from the CUSTOMERS and ORDERS tables and returns NULL for the ORDERS
How the community answered
(30 responses)- A80% (24)
- B3% (1)
- C3% (1)
- D13% (4)
Community Discussion
No community discussion yet for this question.
