-
What is the need of “column Aliases” in “SELECT” clause?
-
- To overwrite the existing column name in result set
- To modify the column name while using literals, Expression, built_in functions with “SELECT clause
- To assign a new label to the column in result set
- All of above
- None of these
Correct Option: D
“Column Aliases” are used to assign a new label to the columns in the result set without actually changing the column name.