Which statement are true about aggregate functions? (Select two.)

A.
You can use aggregate functions in any clause of a SELECT statement.
B.
You can use aggregate functions on a table, only by grouping the whole table as one single group.
C.
You can pass column names, expressions, constants, or functions as parameters to an aggregate
function.
D.
You can use aggregate functions only in the column list of the SELECT clause and in the WHERE
clause of a SELECT statement.
E.
You can mix single row columns with aggregate functions in the column list of a SELECT statement
by grouping on the single row columns.