nerdexam
Zend

200-710 · Question #162

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.

Databases & SQL

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

(54 responses)
  • A
    76% (41)
  • B
    4% (2)
  • C
    13% (7)
  • D
    7% (4)

Topics

#SQL joins#database indices#query optimization#performance

Community Discussion

No community discussion yet for this question.

Full 200-710 Practice