Does the order of the columns in a WHERE clause effect performance?
e.g.
Say I put a column that has a higher potential for uniqueness first or visa versa?>
If you are ANDing conditions the first not true will return false, so order can affect performance.