Introduction
Table aliases let you give a short name to a table in a query. This makes writing and reading queries easier, especially when using multiple tables.
When you join two or more tables and want to write shorter names.
When a table name is long and you want to type less.
When the same table is used twice in a query and needs different names.
When you want to make your query clearer by using meaningful short names.