Multiple choice technology mainframe

which of the following are column functions ?

  1. SUM

  2. AVG

  3. Both

  4. None

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Column functions (also called aggregate functions) operate on sets of values. SUM calculates the total of numeric values, AVG computes the average. Both are standard column functions in SQL.