DBA > Job Interview Questions > Microsoft SQL Server Database Administrator Exam

What is default sorting order when you use "ORDE

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What is default sorting order when you use "ORDER BY" clause in a query statement?

The "ORDER BY column" clause will sort the query result by the value of the given column in ascending order by default. If you want to change the sorting order to descending order, you can the "ORDER BY column DESC" clause.

(Continued on next question...)

Other Job Interview Questions