πŸ“Š MySQL
Q. Which clause is used with an "aggregate functions"?
  • (A) GROUP BY
  • (B) SELECT
  • (C) WHERE
  • (D) Both GROUP BY and WHERE
πŸ’¬ Discuss
βœ… Correct Answer: (A) GROUP BY

Explanation: This question asks about aggregate functions in MySQL. Aggregate functions are special functions that summarize data in a table, like calculating the average, sum, or count of values.

Explanation by: Praveen Singh
This question asks about aggregate functions in MySQL. Aggregate functions are special functions that summarize data in a table, like calculating the average, sum, or count of values.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
82
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Praveen Singh
Publisher
πŸ“ˆ
98%
Success Rate