VIEWTABLES
The system table DOMAIN.VIEWTABLES
contains
the names of the underlying tables for all 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(32) |
Name of the schema of the table |
|
CHAR(32) |
Name of the table |
SQL Reference Manual, CREATE VIEW Statement (create_view_statement)