Production database users can specify insert, update, and delete actions for tables that already exist. The instructions for replicating data are the same as Migrating Certain Rows and Columns, with the following exceptions:
update the information only if a row with the key already exists
update the existing row, or insert new row
delete existing matching row
overwrite existing data with new data
take no action