CBSE Class 12 Computer Science Question 75 of 78

Simple Queries in SQL — Question 9

Back to all questions
9
Question

Question 9

ORDER BY can be combined with the SELECT statements.

Answer

True

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