Introduction to SQL - Technical MCQs

Q1:

Which one of the following sorts rows in SQL?

A SORT BY

B ALIGN BY

C ORDER BY

D GROUP BY

ANS:C - ORDER BY

ORDER BY keyword is used to sort the result-set by one or more columns.