πŸ“Š MySQL
Q. Which among the following belongs to an "aggregate function"?
  • (A) COUNT
  • (B) update
  • (C) LOWER
  • (D) All of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) COUNT

Explanation: This question is about aggregate functions in MySQL. Aggregate functions are special functions that work with groups of rows in your database table. They summarize data to give you a single value for each group.

Explanation by: Ravi Shankar
This question is about aggregate functions in MySQL. Aggregate functions are special functions that work with groups of rows in your database table. They summarize data to give you a single value for each group.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
105
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ravi Shankar
Publisher
πŸ“ˆ
90%
Success Rate