SEMANTIC_ VIEWS view¶
This Information Schema view displays a row for each semantic view in the specified (or current) database.
- See also:
Columns¶
| Column name | Data type | Description |
|---|---|---|
catalog | VARCHAR | Database to which the semantic view belongs. |
schema | VARCHAR | Schema to which the semantic view belongs. |
name | VARCHAR | Name of the semantic view. |
owner | VARCHAR | Owner of the semantic view. |
created | TIMESTAMP_LTZ | Creation time of the view. |
comment | VARCHAR | Description of the semantic view. |