Q. What is the purpose of the SQL AS clause? (Solved)
1. The AS SQL clause is used to change the name of a column in the result set or to assign a name to a derived column
2. The AS clause is used with the JOIN clause only
3. The AS clause defines a search condition
4. All of the mentioned
- a. The AS SQL clause is used to change the name of a column in the result set or to assign a name to a derived column