Multiple choice technology databases You can use Avg or Sum group functions for any numeric data True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation AVG and SUM aggregate functions ignore NULL values and return NULL if all values in the group are NULL. They don't work on 'any' numeric data because they skip NULL values entirely in their calculations.