Entering content frame

 VIEWS 

The system table VIEWS contains all 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)

Table type

CREATEDATE

DATE(10)

Creation date of the view table

CREATETIME

TIME(8)

Creation time of the view table

UPDSTATDATE

DATE(10)

Date of the last UPDATE STATISTICS statement for the view table

UPDSTATTIME

TIME(8)

Date of the last UPDATE STATISTICS statement for the view table

ALTERDATE

DATE(10)

Change date of the view table

ALTERTIME

TIME(8)

Change time of the view table

UNLOADED

CHAR(3)

View table is unloaded (YES | NO)

COMMENT

LONG

Comment about the view table

See also:

Evaluating System Tables ® VIEWS

 

Leaving content frame