Table aliases are optional when applying summary functions like SUM or AVG unless needed to disambiguate identical column names across multiple joined tables. The other statements correctly describe SQL syntax rules, including using the AS keyword and disambiguating columns.