Examveda
Examveda

Which of the following WHERE clauses are faster?
1. WHERE col * 3 < 9
2. WHERE col < 9 / 3

A. 1

B. 2

C. same speed

D. dependent on operating system

Answer: Option B


This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous