CBSE Class 12 Informatics Practices Question 49 of 90

Querying Using SQL — Question 9

Back to all questions
9
Question

Question 9

ORDER BY can be combined with the SELECT statements.

Answer

True

Reason — The ORDER BY can be combined with the SELECT statements in SQL to sort query results based on one or more columns.