A

Admin • 831.35K Points
Coach

Q. What is the meaning of "GROUP BY" clause in Mysql?

  • (A) Group data by column values
  • (B) Group data by row values
  • (C) Group data by column and row values
  • (D) None of the mentioned
  • Correct Answer - Option(A)
  • Views: 15
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
The "GROUP BY" clause in MySQL is used to group rows that have the same value in a specific column. Think of it like sorting data into buckets based on a common characteristic.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.