Computer Science, asked by vaishnavimahendra, 1 month ago

What are column aliases in SQL? Which clause is used to create a column alias?​

Answers

Answered by Aryansingh001
2

Answer:

Explanation:

Aliases are the temporary names given to table or column for the purpose of a particular SQL query. It is used when name of column or table is used other than their original names, but the modified name is only temporary. Aliases are created to make table or column names more readable

Similar questions