Q. What is the meaning of "GROUP BY" clause in Mysql?
β
Correct Answer: (A)
Group data by column values
Explanation: 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.