VIEWS 

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

VIEWS

OWNER

CHAR(32)

Name of the owner of the view table

VIEWNAME

CHAR(32)

Name of the view table

PRIVILEGES

CHAR(30)

Privileges of the user for the view table

TYPE

CHAR(8)

Type of table

CREATEDATE

DATE

Date on which the view table was created

CREATETIME

TIME

Time at which the view table was created

UPDSTATDATE

DATE

Last date on which the UPDATE STATISTICS statement was carried out on the view table

UPDSTATTIME

TIME

Time at which the UPDATE STATISTICS statement was carried out on the view table

ALTERDATE

DATE

Date on which the view table was changed

ALTERTIME

TIME

Time at which the view table was changed

UNLOADED

CHAR(3)

View table is unloaded (YES | NO)

COMMENT

LONG

Comment on the view table