Feature
This view displays the tables that belong to a table group.
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| TENANT_ID | bigint(20) | NO | The ID of the tenant. |
| TABLEGROUP_NAME | VARCHAR2(128) | NO | The name of the table group. |
| OWNER | VARCHAR2(128) | NO | The name of the database where the table belongs. |
| TABLE_NAME | VARCHAR2(256) | NO | The name of the table. |