Information on the tables and columns used by views and temporary views.
Column name | Data type | Contents |
VIEW_SCHEMA | CHAR (31) | Name of the schema to which the view |
VIEW_NAME | CHAR (31) | Name of the view |
TABLE_SCHEMA | CHAR (31) | Name of the schema to which the table or |
TABLE_NAME | CHAR (31) | Name of the table used in the view or to |
COLUMN_NAME | CHAR (31) | Name of the table column used in the view |
OBJECT_INDICATOR | CHAR (1) | T Row contains information on table C Row contains information on column |
VIEW_COLUMN | CHAR (31) | Name of the view column, if the view is updatable, NULL value in all other cases |
Table 140: SYS_VIEW_USAGE view of the SYS_INFO_SCHEMA