An alias_name is a new column name that specifies the name of a column in the following types of tables:
· View table
· Tables defined with a recursive DECLARE CURSOR statement
<alias_name> ::= <identifier>
An error message is output if the name consists of more than 32 characters.
Recursive DECLARE CURSOR statement