Keywords for SELECT statement

KEYWORDS must be written IN ORDER.

1. SELECT <attribute(s)>
2. FROM <table(s)>
3. WHERE <condition(s) on Attribute>
4. GROUP BY <Attribute>
5. HAVING <condition(s) on aggregate function>
6. ORDER BY <attribute(s)>