Advertisements
Advertisements
Question
Which of the following is not an aggregate function in SQL?
Options
COUNT(*)MIN()LEFT()AVG()
MCQ
Advertisements
Solution
LEFT()
Explanation:
The LEFT() function retrieves a specified number of characters from the beginning of a string. It is a string function, not an aggregate function.
shaalaa.com
Is there an error in this question or solution?
