Column Order
The order in which columns are listed in the index definition is important. It is possible to retrieve a set of row identifiers using only the first indexed column. However, it is not possible or efficient (on most databases) to retrieve the set of row identifiers using only the second or greater indexed column.
For example, imagine a phone book that is organized by city first, then by last name, and then by first name. If you are given the city, you can easily extract the list of all phone numbers for that city. However, in this phone book it would be very tedious to find all the phone numbers for a given last name. You would have to look within each city's section for the entries with that last name. Some databases can do this, others just won’t use the index.
Read more about this topic: Database Index
Famous quotes containing the words column and/or order:
“When other helpers fail and comforts flee, when the senses decay and the mind moves in a narrower and narrower circle, when the grasshopper is a burden and the postman brings no letters, and even the Royal Family is no longer quite what it was, an obituary column stands fast.”
—Sylvia Townsend Warner (18931978)
“Life does not need to mutilate itself in order to be pure.”
—Simone Weil (19091943)