SEMANTIC_TABLES view¶
This Information Schema view displays a row for each logical table in a semantic view in the specified (or current) database.
- See also:
Columns¶
Column name | Data type | Description |
|---|---|---|
| VARCHAR | Database to which the semantic view belongs. |
| VARCHAR | Schema to which the semantic view belongs. |
| VARCHAR | Name of the semantic view. |
| VARCHAR | Name of the semantic table. |
| VARCHAR | Database to which the base table belongs. |
| VARCHAR | Schema to which the base table belongs. |
| VARCHAR | Name of the base table. |
| ARRAY(VARCHAR) | List of the primary key columns of the table. |
| ARRAY(VARCHAR) | List of the synonyms for the table. |
| VARCHAR | Description of the semantic table. |