CBSE Class 12 Informatics Practices Question 41 of 90

Querying Using SQL — Question 1

Back to all questions
1
Question

Question 1

The rows of the result relation produced by a SELECT statement can be sorted, but only by one column.

Answer

False

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.