Advertisements
Advertisements
Question
Which of the following is not an aggregate function in MYSQL?
Options
AVG()
MAX()
LCASE()
MIN()
MCQ
Solution
LCASE()
Explanation:
Combining aggregate functions with WHERE, GROUP BY, HAVING, and ORDER BY clauses in MySQL databases allows for more complex calculations and analysis. Some of the aggregate functions are COUNT(), SUM(), AVG(), MIN(), MAX(), GROUP(), and CONCAT().
shaalaa.com
Is there an error in this question or solution?