What keyword is used to give a column or table a temporary name in a query?
SQL FundamentalsEasy
SQL Fundamentals — Easy
What keyword is used to give a column or table a temporary name in a query?
Explanation
In SQL, the keyword "AS" is used to give a column or table a temporary name in a query. This allows for easier readability and organization of the data being retrieved.