Multiple choice

‘AS’ clause is used in SQL for

  1. projection operation

  2. join operation

  3. rename operation

  4. selection operation

  5. delete operation

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

‘AS’ clause is used in SQL for rename operation.