Advertisements
Advertisements
Question
Which of the following is not a valid aggregate function in MYSQL?
Options
COUNT()
SUM()
MAX()
LEN()
MCQ
Solution
LEN()
Explanation:
While aggregate methods operate on several rows in a table, SQL's LEN() function returns the length of a string.
shaalaa.com
Is there an error in this question or solution?