InterviewSolution
Saved Bookmarks
| 1. |
To check how MySQL would execute a SELECT query, which statement is used?(a) TELL(b) SHOW(c) DISPLAY(d) EXPLAINThis 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 |
|
Answer» Right option is (d) EXPLAIN |
|