Vidyalelo
Database · Q58

Introduction to SQL

Programming · Database · question 58

Q58

ORDER BY can be combined with the SELECT statements.

A.
True
Answer
B.
False

Answer: Option A

Solution

Answer: Option A
Solution:
The ORDER BY clause in SQL is used to sort the result set returned by a SELECT statement. It sorts the rows in ascending or descending order based on one or more columns specified in the ORDER BY clause.

Conclusion:
The statement "ORDER BY can be combined with the SELECT statements" is Option A: True. Hence, the correct answer is True.