COUNT, AVG, and SUM are group (aggregate) functions because they operate on sets of rows to return a single value. ROUND and ADD_MONTHS are single-row functions acting on individual values, while DISTINCT is an SQL query modifier keyword rather than a function.