Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 678 Bytes

0246.md

File metadata and controls

15 lines (12 loc) · 678 Bytes

Which of the following statements describes the use of a GROUP BY clause?

  • A) A GROUP BY clause returns a single row of information for each group of rows.
  • B) A GROUP BY clause automatically sorts the grouped result in descending order.
  • C) A GROUP BY clause automatically sorts the grouped result in ascending order, if the DESC keyword is not defined.
  • D) A GROUP BY clause returns a single row of information for each group of rows, in addition to all the rows.
Answer

Answer: A