In the Column List:
- P = Primary key
- M = Mandatory field
- F = Foreign key (where the term is used loosely to indicate a surrogate key reference to a field in another table, not a formal constraint)
- DV = Default value
Table SDR_LANGUAGE
Description
This dimension table enables Session Detail Record (SDR) facts to be described based on the language in which the call was conducted. Each row describes one language.
Column List
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
NUMBER(10) | X | X | |||
NUMBER(19) | X | X | |||
VARCHAR2(50 CHAR) | X | NO_VALUE | |||
VARCHAR2(255 CHAR) | X | NO_VALUE |
ID
The primary key of this table.
CREATE_AUDIT_KEY
The surrogate key that is used to join to the CTL_AUDIT_LOG control table. The key specifies the lineage for data creation. This value can be useful for aggregation, enterprise application integration (EAI), and ETL tools — that is, applications that need to identify newly added data.
LANGUAGE_CODE
The language code that identifies the language, as defined in the application.
LANGUAGE_NAME
The name of the language identified by the LANGUAGE_CODE, as defined in the application.
Index List
CODE | U | C | Description |
---|---|---|---|
X | Ensures that the combinations of values that are stored in the dimension table are unique. |
Index I_SDR_LANGUAGE
Field | Sort | Comment |
---|---|---|
LANGUAGE_CODE | Ascending | |
LANGUAGE_NAME | Ascending |
No subject area information available.
This page was last modified on 28 March 2017, at 22:20.
Comment on this article:
blog comments powered by Disqus