How to sort the query output with order by clauses in ms sql server?
Answer / Satendra Kumar Bharti
You can sort the query output using the ORDER BY clause in MS SQL Server. Here's an example:n```sqlnSELECT column1, column2 FROM table_name ORDER BY column1 ASC;```
| Is This Answer Correct ? | 0 Yes | 0 No |
what's the difference between a primary key and a unique key? : Sql server database administration
What are the different authentication modes in sql server? How can it be changed?
Explain what is it unwise to create wide clustered index keys?
What is triggers in ms sql server?
What is the Query of getting last 10 transaction Reports (like insert, update, Delete Data from Tabele) ?
How to provide default values to function parameters?
How many clustered indexes there can be on table ?
how to create a scrollable cursor with the scroll option? : Sql server database administration
How many partitions a clustered index has by default in sql server 2012?
What is sql view?
Are semicolons required at the end of sql statements in sql server 2005?
what is a live lock? : Sql server database administration
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)