Glossaria.net

Glossary Visual Basic / Term

Alias

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.

Permanent link Alias - Creation date 2020-06-07


< aggregate function Glossary / Visual Basic ANSI >