Multiple choice Use the AS keyword to specify an alias True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation The AS keyword is used in SQL to assign a temporary name (an alias) to a column or a table in the query results, making them easier to read or reference.