Sql Alias are use to rename a table or a column name temporarily by giving another name. It mekes table or column name more readable. An alias only exists for the duration of the query. syntax for Alias Column Synatax for Alias Table
Sql Alias are use to rename a table or a column name temporarily by giving another name.
It mekes table or column name more readable.
An alias only exists for the duration of the query.
syntax for Alias Column
Synatax for Alias Table