Multiple choice technology databases

You can use Avg or Sum group functions for any numeric data

  1. True

  2. False

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

AVG and SUM are defined only for numeric data types; they cannot operate on character or date fields. Attempting to use them on non‑numeric columns yields errors, so the statement that they work on any numeric data is false, confirming the stored answer.