Index and Sort Order





0/5 (0 vote)
What the effects of Ordering in Index
Introduction
When
we write the SQL Query we frequently use the ORDER BY clause to get the output
in definite order (Ascending or descending).
But ORDER BY clause has deep impacts in the performance of the query executions. In this article I am trying to discuss related to it.