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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
