**Allowed**: `SELECT column_name AS alias_name FROM table_name;` **Unallowed**: `SELECT column_name(s) FROM table_name AS alias_name;`