Alias name 

An alias name is a new column name that specifies the name of a column in the following types of tables:

Syntax

<alias_name> ::= <identifier>

identifier

Explanation

An error message is output if the name has more than 32 characters.

SQL statement for defining an alias name

CREATE VIEW statement

Recursive DECLARE CURSOR statement