CBSE · 083Class XII · 2023Section A1 mark
Question 12
30 March 2023 · Computer Science (083)
Fill in the blank : _______ clause is used with SELECT statement to display data in a sorted form with respect to a specified column.
Answer
(b) ORDER BY
Explanation
The ORDER BY clause is used to sort the result set in ascending or descending order.