Store translations about the relationships associated with analysis models
Data model
Fields
| Field | Type | Description |
|---|---|---|
| language_id* | CHAR (2) | Language identifier |
| name* | VARCHAR (40) | Name of the relationship |
| relationship_id* | UNIQUEIDENTIFIER | Relationship ID |
Primary Key
| PK_DMM_RELATIONSHIP_TRANSLATION |
|---|
| language_id, relationship_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| language_id* | dbo.AFW_LANGUAGE | id | FK02_DMM_RELATIONSHIP_TRANSLATION |
| relationship_id* | dbo.DMM_RELATIONSHIP | id | FK01_DMM_RELATIONSHIP_TRANSLATION |