There are many clauses in SQL Server such as SELECT, WHERE, GROUP BY, ORDER BY, HAVING
SELECT
WHERE
GROUP BY
ORDER BY
HAVING
What is the c
http://msdn.microsoft.com/en-us/library/ms189499.aspx
[ WITH ] SELECT select_list [ INTO new_table ] [ FROM table_source ] [ WHERE search_condition ] [ GROUP BY group_by_expression ] [ HAVING search_condition ] [ ORDER BY order_expression [ ASC | DESC ] ]