CBSE Class 12 Computer Science
Question 68 of 78
Simple Queries in SQL — Question 2
Back to all questionsTrue
Reason — SQL provides the AS keyword, which can be used to assign meaningful column names to the results of queries using the SQL built-in functions. The syntax is as follows :
SELECT <column name> AS [column alias] [, <column name> AS [column alias]] FROM <table name> ;