VIEWCOLUMNS 

This system table contains all the view tables for which the current user has privileges.

VIEWCOLUMNS

OWNER

CHAR(32)

Name of the owner of the view table

VIEWNAME

CHAR(32)

Name of the view table

VIEWCOLUMNNAME

CHAR(32)

Name of the column of the view table

TABLEOWNER

CHAR(32)

Name of the owner of the table to which the used column belongs

TABLENAME

CHAR(32)

Name of the table to which the used column belongs

COLUMNNAME

CHAR(32)

Name that the column originally had in the table

CREATEDATE

DATE

Date on which the view table was created

CREATETIME

TIME

Time at which the view table was created

COMMENT

LONG

Comment on the view table column