- A To specify the columns to retrieve
- B To sort the result set
- C To filter the rows based on conditions
- D To group the rows into subsets
- Share this MCQ
Answer:
B
Share this MCQ
The ORDER BY clause in a MySQL query is used to sort the result set based on one or more columns. It allows you to specify the sorting order (ascending or descending) for each column.
Click me to Read more Question & Answer of Introduction to MySQL DatabasesShare this MCQ