InterviewSolution
Saved Bookmarks
| 1. |
Which clause is used to “Filters out unwanted data”?(a) FROM(b) WHERE(c) SELECT(d) ORDER BYThis question was posed to me by my school teacher while I was bunking the class.The query is from Query Clauses in section Query Optimization of MySQL |
|
Answer» CORRECT ANSWER is (B) WHERE The EXPLANATION is: NONE. |
|