What is meant by lookup transformation?
No Answer is Posted For this Question
Be the First to Post Answer
what is the -ve test case in your project.
Explain about cumulative Sum or moving sum?
my sourse is like id name sal--1 aa 1000 ,2 bb 2000, 3 cc 3000 4 dd 4000, 5 ee 6000 , 6 ff 7000 and so on but myrequirement is like this id name sal up_sal,1 aa 1000 null,2 bb 2000 1000, 3 cc 3000 2000 4 dd 4000 3000, 5 ee 5000 4000 , 6 ff 6000 50000 and so on so how can i get it plez reply for this as soon as possible , thanks in advanced
What is limitations of truncate and load option
hi guys i have an question how do you find out weather the column is numeric or combination of char and numbers or it contains char,numeric and special characters.
write a query to retrieve the latest records from the table sorted by version(scd)
what is INFORMATICA TESTING process
Explain the shared cache and re-cache?
How do you load only null records into target?
Explain pushdown optimization $pushdownconfig parameter - informatica
in which situations do u go for starflake schema ?
How to join a Flat and Relational Source without using (Joiner, Update and Lookup ) transformations... is it possible? if yes i would like to know how?