In a SELECT statement that includes a WHERE clause, where is teh GROUP BY clause placed in the SELECT statement?
Immediately after the SELECT clause
Before the WHERE clause
Before the FROM clause
After the ORDER BY clause
After the WHERE clause