Select Statement Syntax

Select <exp>
From <t_name>
[where<cond>]
[group<col_name>]
[having by <group col_name>]
[order by <col_name>[asc|desc]];