CBSE Class 12 Informatics Practices Question 47 of 90

Querying Using 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.