What is the purpose of a Column Alias?
Hurry up!! Answer it fast!
Answers
Answered by
4
column alias is also calledSQL aliases . they used to give a table, or a column in a table and a a temporary name. they are often used to make column names more readable. it only exists for the duration of the query.
Anonymous:
the answer is not upto the mark!!
Answered by
2
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 aliasto temporarily assign another name to a table or column for the duration of a SELECT query.
Hope you liked it
and please make it brainliest
Hope you liked it
and please make it brainliest
Similar questions
Math,
8 months ago
Computer Science,
8 months ago
English,
1 year ago
Math,
1 year ago
Geography,
1 year ago