1. select a, b, c
    2. from table1
    3. group by group1 -- Doing the grouping first --
    4. having con1 -- In the group doing the conditional statement --