Q. Usage of aggregates in WHERE clause is not allowed.

  • (A) True
  • (B) GROUP
  • (C) ---
  • (D) ---
πŸ’¬ Discuss
βœ… Correct Answer: (A) True
Explanation: This question is about how you can use aggregate functions in MySQL. Aggregate functions are special functions that work on a group of rows and return a single value. Some examples are SUM(), AVG(), COUNT(), MAX(), and MIN().
Explanation by: Sonali Mishra
This question is about how you can use aggregate functions in MySQL. Aggregate functions are special functions that work on a group of rows and return a single value. Some examples are SUM(), AVG(), COUNT(), MAX(), and MIN().

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
105
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Sonali Mishra
Publisher
πŸ“ˆ
92%
Success Rate