SUM, AVG, MIN, and MAX can only be used with numeric columns.
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.