Nadat u de invoeging heeft gedaan, kunt u de onderstaande DELETE-instructie aan uw procedure toevoegen.
DELETE FROM schema1.src_table src
WHERE src.table_id IN (SELECT trg.table_id
FROM schema2.trg_table trg
WHERE trg.table_id = src.table_id);