The following statement requests the title of the Salary column in the Employee table.
SELECT TITLE(Employee.Salary);
The result is the following.
Title(Salary) ------------------------------------------------------------ Salary
The following statement requests the title of the Salary column in the Employee table.
SELECT TITLE(Employee.Salary);
The result is the following.
Title(Salary) ------------------------------------------------------------ Salary