14. MySQL: Aliases
Aliases are used for our convenience to give the result columns a temporary name and make them more readable.
Aliases are temporary, meaning they exist for the duration of the query.
We use the AS keyword to create an alias.
Let's have a look at ...
shenoywrites.hashnode.dev2 min read