Content deleted Content added
m Dating maintenance tags: {{Unref}} |
Integrate list into article and add one more usage |
||
Line 1:
{{unref|date=December 2012}}
An alias is a feature of SQL that is supported by most, if not all, [[RDBMS|relational database management systems (RDBMSs)]]. Aliases provide [[database administrator]]s, as well as other database users, with the ability to reduce the amount of code required for a query, and to make queries generally simpler to understand. In addition, aliasing can be used as an [[Obfuscation_(software)|obfuscation technique]] to protect the real names of database fields.
There are two types of aliases in SQL:
|