SEMANTIC_RELATIONSHIPS view¶
This Information Schema view displays a row for each relationship in a semantic view in the specified (or current) database.
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 relationship. |
|
VARCHAR |
Name of the semantic table referencing the other table. |
|
ARRAY(VARCHAR) |
List of the names of the columns referring to the columns of the other table. |
|
VARCHAR |
Name of the semantic table being referenced. |
|
ARRAY(VARCHAR) |
List of the names of the columns being referenced. |