πŸ“Š MySQL
Q. Which clause is used to group rows that have the same values?
  • (A) GROUP BY
  • (B) COLLATE
  • (C) SORT BY
  • (D) AGGREGATE BY
πŸ’¬ Discuss
βœ… Correct Answer: (A) GROUP BY

Explanation: `GROUP BY` is used to group rows with the same values for aggregate functions.

Explanation by: Mr. Dubey
`GROUP BY` is used to group rows with the same values for aggregate functions.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
74
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
92%
Success Rate