To check how MySQL would execute a SELECT query, which statement is used?
(a) TELL
(b) SHOW
(c) DISPLAY
(d) EXPLAIN
This question was addressed to me by my school teacher while I was bunking the class.
My question is based upon MySQL Query Optimizer topic in section Query Optimization of MySQL