Beginner SQL
Q20 / 100

What does the "AS" keyword do in a SELECT statement?

Correct! Well done.

Incorrect.

The correct answer is A) Creates an alias for a column or table

A

Correct Answer

Creates an alias for a column or table

Explanation

AS assigns a temporary alias name to a column or table, often used to make output more readable.

Progress
20/100