How To Use Alias In SQL
In this article, we will learn how to use aliases with SQL queries.
To make column names more readable, Aliases are used.
SQL aliases are used to give a temporary name to a table, or a column in a table. An alias only exists for the duration of the query.