Data Archive
- Data Archive 6.4.4
- All Products
Column
| Description
|
---|---|
PARENT_SCHEMA
| Schema of the parent table that contains the primary key.
|
PARENT_TABLE
| Table that contains the primary key.
|
PARENT_COLUMNS
| Column that contains the primary key.
If you have more than one column that identifies the primary key, use the following separator between columns:
#<Key column index># There is no limit to the amount of columns that can identify a primary key.
To specify the end of a column, use the following separator:
#<key column index> .
For example, enter
TICKET_NUMBER#1 if the primary key is based on one column. Enter
TICKET_NUM#1#CREATION_DATE#2 if the primary key is based on two columns.
|
CHILD_SCHEMA
| Schema of the child table that contains the foreign key.
|
CHILD_TABLE
| Table that contains the foreign key.
|
CHILD_COLUMNS
| Column that includes the foreign key.
|
OVERLAP_PERCENTAGE
| Optional. Percentage of overlap between the parent and child columns.
User defined value. You can enter any number. For example, you can use a range of 0-100. 0 is no overlap.
|
PARENT_UNMATCHED
| Optional. Percentage of values in the parent column that do not have any matches in the child column.
|
CHILD_UNMATCHED
| Optional. Percentages of values in the child column that do not have any matches in the parent column.
|
PARENT_SCHEMA
| PARENT_TABLE
| PARENT_COLUMNS
| CHILD_SCHEMA
| CHILD_TABLE
| CHILD_COLUMNS
| OVERLAP_PERCENTAGE
| PARENT_UNMATCHED
| CHILD_UNMATCHED
|
---|---|---|---|---|---|---|---|---|
LOYALTY
| CUSTOMER
| CUST_ID#1
| LOYALTY
| CUSTOMER_TICKET
| CUST_ID#1
| 0
| 11
| 12
|
LOYALTY
| TICKET
| TICKET_NUM#1#CREATION_DATE#2
| LOYALTY
| TICKET_COUPON
| TICKET_NUM#1#COUPON_DATE#2
| 0
| 22
|