TABLES
The system table DOMAIN.TABLES
contains information from all the tables (base tables, view tables, synonyms and results tables) for which the current user has privileges.
|
CHAR(32) |
Name of the schema of the table |
|
CHAR(32) |
Name of the owner of the table |
|
CHAR(32) |
Name of the table |
|
CHAR(30) |
Privileges of the current user for the table |
|
CHAR(8) |
Type of table (SYNONYM | SYSTEM | TABLE) |
|
CHAR(8) |
Type of table (TABLE | VIEW | SYNONYM | RESULT) |
|
DATE |
Creation date of the table |
|
TIME |
Creation time of the table |
|
DATE |
Date of the last UPDATE STATISTICS statement executed for the table |
|
TIME |
Time of the last UPDATE STATISTICS statement executed for the table |
|
DATE |
Change date of the table |
|
TIME |
Change time of the table |
|
CHAR(3) |
Table is unloaded (YES | NO) |
|
FIXED(3) |
Percentage of table contents to be read for updating statistics |
|
FIXED(10) |
Number of rows in table to be read for updating statistics |
|
CLOB |
Comment on the table |
|
CHAR(8) BYTE |
Identification of the table in hexadecimal notation |
|
CHAR(3) |
Table was defined with DYNAMIC option (YES | NO) |
|
CHAR(3) |
Table was defined with FOR ARCHIVE option (YES | NO) |
|
CHAR(3) |
Columns are stored with variable length (YES | NO) |
|
CHAR(3) |
Table was defined with the CLUSTER option (YES | NO) |
|
FIXED(3) |
Percentage of I/O savings because of CLUSTER option |
|
CHAR(8) |
datasource identification for the external table |
If the TABLES
system table is called by the database system administrator, information from all database users’ tables is displayed.