{[`select-stmt` ["WITH" 'common-table-expression'*","]?#`Common table expressions`], <{[["SELECT" 'result-column'*","]#`Projection clause` ["FROM" <'table-or-subquery'*",", 'join-clause'>]?#`From clause`], [["WHERE" 'expr']?#`Where clause` ["GROUP" "BY" 'expr'*"," ["HAVING" 'expr']?]?#`Grouping`] }#`Single SELECT`, ["VALUES" ["(" 'expr'*"," ")"]*","]#`Literal values` >*['compound-operator'#[`E.g. "SELECT` "UNION" `SELECT"`]]#`Compounded SELECT`, [["ORDER" "BY" 'ordering-item'*","]?#`Ordering` ["LIMIT" 'expr' ]?#`Limiting`] }