SELECT Syntax
SELECT <attributes or expressions>
FROM <tables>
[WHERE <conditions on the attributes>]
[GROUP BY <attribute list>
  [HAVING <conditions>] ]
[ORDER BY <attribute list>]