Which statement is used to force the optimizer to use tables in a particular order?
(a) FORCE INDEX
(b) USE INDEX
(c) IGNORE INDEX
(d) STRAIGHT_JOIN
I have been asked this question during an online interview.
The question is from MySQL Query Optimizer topic in portion Query Optimization of MySQL