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.
Read more...