Computer Science, asked by pusalkar, 1 year ago

what is the purpose of a column alias

Answers

Answered by MajorNathan
1

In addition, aliasing can be used as an obfuscation technique to protect the real names of database fields. In SQL, you can alias tables and columns. A table alias is also called a correlation name. A programmer can use an alias to temporarily assign another name to a table or column for the duration of a SELECT query.

Answered by shivangi5049
6
column alias is also called SQL aliases .
they used to give a table ,or a column in a table and a temporary name, they are often used to make column names more readable.
Similar questions