InterviewSolution
Saved Bookmarks
| 1. |
If you don’t specify ASC or DESC after a SQL ORDER BY clause, the following is used by default ______________(a) ASC(b) DESC(c) There is no default value(d) None of the mentionedI got this question by my school principal while I was bunking the class.Enquiry is from Basic SQL in chapter Laying the Foundation of SQL Server |
|
Answer» CORRECT answer is (a) ASC Easy explanation: ASC is the default sort ORDER. Null VALUES are treated as the lowest POSSIBLE values. |
|