CBSE Class 12 Computer Science Question 69 of 78

Simple Queries in SQL — Question 3

Back to all questions
3
Question

Question 3

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.