How do you remove duplicate records in informatica? And how many ways are there to do it?
No Answer is Posted For this Question
Be the First to Post Answer
Source having one lakh record and loaded into target. Then, how can i compare records will loaded in table? For example Source having Firstname,Lastname. the same Firstname,Lastname record will be loaded into Target? How can i check in Oracle?
Could you explain what is enterprise data warehouse?
expain about the tune parameters?
what is informatica metadata?
What is a stored procedure transformation?
What are the Differences between static cache and dynamic cache?
Tell me about MD5 functions in informatica
How u use pdf file in informatica source?
lookup is passive y can't it be active? let us say i have some records in my source like 101,rohit,1000 101,rohit,1000 102,kumar,2000 like wise now as it is having multiple matches i return only first,last value it can't return bouth the values that means lookup is acting as select distinct right by default what means it is active?
who to split dimentions into sub dimention
how to find the 5th highest salary form each department using 1.SQL Query 2. Informatica power center designer?
The Source coloumns are A,B,C with data row1- 10,20,30 row2- 40,50,60 row3-70,80,90 and so on. In the target I want one coloumn with the following data, Coloumn-X, row1-10,row2- 20,row3-30,row4-40,row5-50 and so on. How to achieve this?