Multiple choice technology mainframe which of the following are column functions ? SUM AVG Both 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.