Vidyalelo
SQL · Q76

SQL

Programming · SQL · question 76

Q76

'AS' clause is used in SQL for

A.
Selection operation.
B.
Rename operation.
Answer
C.
Join operation.
D.
Projection operation.

Answer: Option B

Solution

Answer: Option B
Solution:
In SQL, the 'AS' clause is used for renaming columns or tables. It is primarily used for the rename operation. When you use the 'AS' clause, you can give an alias or alternate name to a column or a table, making it more readable or meaningful in the query's result. So, the correct answer is Option B: Rename operation.