SQL Aliases
❮ Previous SQL Editor Next ❯ SQL Select Aliases An alias is created with the AS keyword. SQL ‘AS’ is used to assign a new name temporarily to a table column or even a table. It makes an easy presentation of query results and allows the developer to label results more accurately without permanently renaming […]