- Check the following conditions before transferring the data to User_Info table
- Remove duplicate records based on EMAIL field in the source.
- Check if the Email Address from source is already added in the table. If the record is already not present in the table then insert the record. If the record is already present then update the fields Name, LST_UPD_BY and LST_UPD_DT.
↧
If the record is already not present in the table then insert the record.If the record is already present then update the fields Name, LST_UPD_BY and LST_UPD_DT.
↧