1.

Which SQL keyword is used to sort the result-set?(a) ORDER BY(b) SORT(c) ORDER(d) SORT BYThe question was asked during an interview.My query is from Basic SQL in division Laying the Foundation of SQL Server

Answer»

The correct OPTION is (a) ORDER BY

Easy EXPLANATION: The ORDER BY keyword SORTS the records in ascending order by default.



Discussion

No Comment Found

Related InterviewSolutions