Advertisements
Advertisements
प्रश्न
Which of the following is NOT an aggregate function in SQL?
विकल्प
MIN()
SUM()
UPPER()
AVG()
MCQ
Advertisements
उत्तर
UPPER()
Explanation:
UPPER() is not an aggregate function; it is a string function used to convert text to uppercase. Aggregate functions like MIN(), SUM(), and AVG() perform calculations on a set of values and return a single result, while UPPER() operates on individual string values.
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
