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
- In the Data Type column, varchar/nvarchar means that the data type is varchar except in multi-language databases that use Unicode, in which case the data type is nvarchar. (The Info Mart database in Cloud deployments is not multi-language.) THIS BULLET DISPLAYS ONLY IN THE MSSQL AND CLOUD PDMs.
(Created page with "= Table CTL_UDE_KEYS_TO_DIM_MAPPING= {{PDMColumn |colName=DIM_TABLE_NAME |colDesc=The name of the dimension table that stores user data. }} {{PDMColumn |colName=DIM_TABLE_P...") |
m (1 revision imported: Baseline content populated by import from Mykola) |
(No difference)
|
Revision as of 12:47, May 9, 2016
Table CTL_UDE_KEYS_TO_DIM_MAPPING
Description
Tip
To assist you in preparing supplementary documentation, click the following link to download a comma-separated text file containing information such as the data types and descriptions for all columns in this table: Download a CSV file.Hint: For easiest viewing, open the downloaded CSV file in Excel and adjust settings for column widths, text wrapping, and so on as desired. Depending on your browser and other system settings, you might need to save the file to your desktop first.
Column List
Column | Data Type | P | M | F | DV |
---|---|---|---|---|---|
DIM_TABLE_NAME | Oracle: VARCHAR2(30 CHAR) MSSQL: varchar(30) PostgreSQL: varchar(30) |
X | X | ||
DIM_TABLE_PK_NAME | Oracle: VARCHAR2(30 CHAR) MSSQL: varchar(30) PostgreSQL: varchar(30) |
X | |||
UDE_KEY_NAME | Oracle: VARCHAR2(30 CHAR) MSSQL: varchar(30) PostgreSQL: varchar(30) |
X |
DIM_TABLE_NAME
The name of the dimension table that stores user data.
DIM_TABLE_PK_NAME
The name of the primary key column in the dimension table that stores user data.
UDE_KEY_NAME
The name of the foreign key column in the IRF_USER_DATA_KEYS table.
Index List
CODE | U | C | Description |
---|---|---|---|
I_UDE_KEYS_TO_D_M_KN | X | A constraint that enforces unique mapping for each user-data dimension table. |
Index I_UDE_KEYS_TO_D_M_KN
Field | Sort | Comment |
---|---|---|
UDE_KEY_NAME | Ascending |
Subject Areas
No subject area information available.
References
The summary List of References will include the following entries for this table or view:
There are no references from this table/view.
Comments or questions about this documentation? Contact us for support!