what will be the order of the data being stored after given the execution of given sql query
Answers
Answered by
2
Answer:
By default, SQL Server sorts out results using ORDER BY clause in ascending order. Specifying ASC in order by clause is optional. Let us explore the SQL ORDER BY clause using examples. In this article, I am using AdventureWorks2017 database for all examples.
Similar questions