- 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:
D
Share this MCQ
The GROUP BY clause in a MySQL query is used to group the rows based on one or more columns. It allows you to perform aggregate functions, such as SUM or COUNT, on each group of rows.
Click me to Read more Question & Answer of Introduction to MySQL DatabasesShare this MCQ