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.
মোঃ আরিফুল ইসলাম
Feb 20, 2025