对于满足SQL92标准的SQL语句:select foo,count(foo) from pokes where foo>10 group by foo having count(*)>5 order by foo,各关键字(select, from, where, group by, having, order by)的执行顺序应该是[$##$]