CBSE Class 12 Computer Science Question 51 of 91

Grouping Records, Joins in SQL — Question 7

Back to all questions
7
Question

Question 7

SUM, AVG, MIN, and MAX can only be used with numeric columns.

Answer

True

Reason — The aggregate functions SUM, AVG, MIN, and MAX are designed to work with numeric columns in SQL. They expect numeric values as arguments and return numeric results.