In a lecture note which I use to learn about database systems, I saw this sentence.
All columns involved in indexes should appear on WHERE and JOIN clauses on the same sequence they appear on index.
I found this one under the title SQL Query tuning.
I can't understand what it says and why.
Can you please help me understanding the sentence.
I searched google for a less complicated one but it is hard to know how to search for that.