KnowledgeBoat Logo

Computer Science

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

SQL Queries

3 Likes

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.

Answered By

1 Like


Related Questions