Data Archive
- Data Archive 6.5 HotFix 1
- 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 matches in the child column.
|
CHILD_UNMATCHED
| Optional. Percentages of values in the child column that do not have matches in the parent column.
|