When sorting the result set using the SQL ORDER BY clause, we can use ___________ attributes in a single SELECT statement.

When sorting the result set using the SQL ORDER BY clause, we can use ___________ attributes in a single SELECT statement. Correct Answer Both Asc and Desc

Both Asc and Desc attributes can be used in a single SELECT statement to sort the result-set using ORDER BY clause. Attributes with Asc keyword will be sorted in Ascending order and the Attributes with Desc keyword will be sorted in Descending order.

Related Questions

You use Microsoft Visual Studio 2010 and Microsoft ADO.NET Framework 4 to create anapplication. The application connects to a Microsoft SQL Server 2008 database. You use the ADO.NET LINQ to SQL model to retrieve data from the database. You use stored procedures to return multiple result sets. You need to ensure that the result sets are returned as strongly typed values. What should you do?