InterviewSolution
Saved Bookmarks
| 1. |
How You Will Avoid Your Query From Using Indexes? |
|
Answer» By CHANGING the ORDER of the columns that are used in the index, in the Where condition, or by concatenating the columns with some CONSTANT VALUES. By changing the order of the columns that are used in the index, in the Where condition, or by concatenating the columns with some constant values. |
|