An alias name (alias_name) is a new column name that specifies the name of a column in the following types of tables:
· View table
· Table that has been defined with a recursive DECLARE CURSOR statement.
<alias_name> ::= <identifier>
An error message is displayed if the name has more than 32 characters.
Recursive DECLARE CURSOR Statement