CBSE Class 12 Informatics Practices
Question 74 of 79
MySQL SQL Revision Tour — 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> ;