CBSE Class 12 Computer Science
Question 69 of 78
Simple Queries in SQL — Question 3
Back to all questionsFalse
Reason — In SQL, the ORDER BY clause is used to sort the rows of the result relation produced by a SELECT statement. It allows sorting by one or more columns in ascending or descending order.