πŸ“Š MySQL
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
πŸ’¬ Discuss
βœ… 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.

Explanation by: Ritu Nagar
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
93
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Ritu Nagar
Publisher
πŸ“ˆ
87%
Success Rate