Question:
How can I create an index in descending order? How can I order data in descending order with “Order By”? I’m using MS SQL Server 6.5.
Answer:
When you create the index, you don’t specify the order. However, on an “ORDER BY” clause you can specify the keyword DESC to obtain the result set in descending order.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























