Simple scenarios: Migration of the DAY_PART table that contains a foreign key reference to the DAY_PART_SET table

In this scenario, the DAY_PART table is referred to as the primary table because it is the table being migrated. In addition, this table has a foreign key reference to the DAY_PART_SET table. This topic contains some examples using this scenario.

Example 1: No primary and referenced values in the target

In this case, both primary and reference data is imported. Rollback should also be successful. All values are rolled back.

Example 2: No primary value, but referenced value exists

Only the primary value is imported. Rollback only rolls back the imported value. The referenced value (exisiting) is not changed