Zend
200-530 · Question #177
Which technique should be used to speed up joins without changing their results?
The correct answer is A. Add indices on joined columns. See the full explanation below for the reasoning.
Question
Which technique should be used to speed up joins without changing their results?
Options
- AAdd indices on joined columns
- BAdd a WHERE clause
- CAdd a LIMIT clause
- DUse an inner join
How the community answered
(50 responses)- A82% (41)
- B2% (1)
- C6% (3)
- D10% (5)
Community Discussion
No community discussion yet for this question.