-
Which statement is used to force the optimizer to use tables in a particular order?
-
- USE INDEX
- IGNORE INDEX
- STRAIGHT_JOIN
- FORCE INDEX
- None of these
Correct Option: C
STRAIGHT_JOIN is used to force the optimizer to use tables in a particular order. The MySQL optimizer by default considers itself free to determine the order in which to scan tables most quickly.