Table Alias

This field contains a unique, valid SQL identifier for this table. It is used to reference the table in join specifications and in generated SQL.

An alias (usually a shorter version of the table name) can make a SQL statement shorter and easier to read. Aliases are also useful when working with multiple instances of the same table when you need to refer to one instance or the other.