adspace
Can the query output be sorted by multiple columns in ms sql server?
Answer Posted / Kamna Varshney
Yes, you can sort the query output by multiple columns in MS SQL Server using the ORDER BY clause with multiple column names separated by commas.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is sql server query analyzer?
Is it possible to have clustered index on separate drive from original table location?
Can sql servers link to other servers like oracle?
Can you index views?
What is an indexed view?
Can we do dml on views?
What are the different SQL Server Versions you have worked on?
What are different types of constraints?
How to rebuild the master database?
How can you append an identity column to a temporary table?
What is acid mean in sql server?
How raid can influence database performance?
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
What are the source of constraints?
How to connect php with different port numbers?