alias

In Visual Basic, an alternate name you give to an external procedure to avoid conflict with a Visual Basic keyword, global variable, constant, or a name not allowed by the standard naming conventions.

In SQL, an alternate name you give to a column or expression in a SELECT statement, to make it shorter or more meaningful, or to prevent name conflicts when performing SQL queries using expressions that don't return names, or in a query that references the same table more than once.