
August 4th, 2006, 04:14 PM
|
 |
I lov C in AIX/Linux, hate C++
|
|
Join Date: Jul 2003
Location: Jacksonville, Florida
Posts: 1,497
  
Time spent in forums: 1 Week 2 Days 16 h 56 m 32 sec
Reputation Power: 8
|
|
|
Does database index need to be made for "ORDER BY" clause??
You know, I know that the database index need to be made for the "WHERE" clause start from left to right (B-Tree Index)..
I wonder if I need to create a database index for the "ORDER BY" clause? I just thought of that because we have to make indexes for the "WHERE" clause, you know... So, I was wondering if that mean we need to do one for the "ORDER BY" clause..
Thanks...
|