-- AS is a keyword that allows you to rename a column or table using an alias SELECT column_name AS 'Alias' FROM table_name;