UPPER(), ABS(), CONCAT() are examples of
-
Aggregate Functions
-
Constraints
-
Scalar functions
-
Filters
C
Correct answer
Explanation
Scalar functions perform an operation on a single value and return a single value. For example, UPPER() converts a single string to uppercase, ABS() returns the absolute value of a single number, and CONCAT() joins strings row-by-row, unlike aggregate functions which operate on a set of rows.