VIEWS
The system table DOMAIN.VIEWS
contains
all the view tables for which the current user has privileges.
|
CHAR(32) |
Name of the schema of the view table |
|
CHAR(32) |
Name of the owner of the view table |
|
CHAR(32) |
Name of the view table |
|
CHAR(30) |
Privileges of the user for the view table |
|
CHAR(8) |
Type of table |
|
DATE |
Creation date of the view table |
|
TIME |
Creation time of the view table |
|
DATE |
Date of the last UPDATE STATISTICS statement executed for the view table |
|
TIME |
Time of the last UPDATE STATISTICS statement executed for the view table |
|
DATE |
Date on which the view table was changed |
|
TIME |
Time at which the view table was changed |
|
CHAR(3) |
View table is unloaded (YES | NO) |
|
CHAR(3) |
Indicates whether the view table was created WITH CHECK OPTION or not (YES | NO) |
|
CHAR(3) |
Indicates whether the view table is a complex view table or not (YES | NO) |
|
CLOB |
Comment on the view table |
VIEWDEFS, VIEWCOLUMNS, VIEWTABLES
Evaluating System Tables, VIEWS
SQL Reference Manual, CREATE VIEW Statement (create_view_statement)