What is true about group functions ?
You can use group functions in any clause of a select statement
You can use group functions only in the column list of the SELECT statement by grouping on the single row columns
You can pass column names, expressions, constants or functions as parameters to a group function
You cannot group the rows of a table by more than one column while using group functions