An alias is an alternate name for a table or view. You can use an alias to reference a table or view in those cases where an existing table or view can be referenced. 1 Like tables and views, an alias may be created, dropped, and have a comment or label associated with it. No authority is necessary to use an alias. Access to the tables and views that are referred to by the alias, however, still require the appropriate authorization for the current statement.
An alias has a name and may have a different system name. The system name is the name used by OS/400. Either name is acceptable wherever an alias-name is specified in SQL statements. For more information see CREATE ALIAS.