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 |
---|---|---|
|
VARCHAR |
Database to which the semantic view belongs. |
|
VARCHAR |
Schema to which the semantic view belongs. |
|
VARCHAR |
Name of the semantic view. |
|
VARCHAR |
Owner of the semantic view. |
|
TIMESTAMP_LTZ |
Creation time of the view. |
|
VARCHAR |
Description of the semantic view. |