Examveda
Examveda

'AS' clause is used in SQL for

A. Selection operation.

B. Rename operation.

C. Join operation.

D. Projection operation.

Answer: Option B

Solution(By Examveda Team)

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.

This Question Belongs to SQL >> Sql Miscellaneous

Join The Discussion

Related Questions on Sql Miscellaneous