Index and Sort Order
Index and Sort Order 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 …