A title for reporting purposes.
The maximum size for a column_name TITLE is 256 characters.
This option is a Teradata extension to the ANSI standard.
Example: Adding a TITLE Phrase to a Column
The following example changes the attributes of the dept_no
column in the department
table to include a TITLE phrase:
ALTER TABLE personnel.department ADD dept_no TITLE 'Depart';