InterviewSolution
Saved Bookmarks
| 1. |
How To Delete Duplicate Row Using Informatica? |
|
Answer» Assuming that the source system is a Relational Database, to ELIMINATE duplicate records, we can CHECK the DISTINCT option of the Source Qualifier of the source table and LOAD the target accordingly. Assuming that the source system is a Relational Database, to eliminate duplicate records, we can check the Distinct option of the Source Qualifier of the source table and load the target accordingly. |
|