What is the need for an etl tool?
What is the use of code page?
What are the basic needs to join two sources in a source qualifier?
what is difference between dimention table and fact table?
how do u move the code from development to production?
write sql query following table city gender no chennai male 40 chennai female 35 bangalore male 25 bangalore female 25 mumbai female 15 i want the required output city male female chennai 40 35 bangalore 25 25 mumbai 15
Explain dynamic target flat file name generation in informatica
How to delete duplicate records in a flat file source?
suppose a session is failed after a transformation , from where that session will run again , i.e . from beginning or from that transformation ?
What is an aggregator transformation?
What are the types of maping wizards that r to be provided in Informatica?
Tell me about MD5 functions in informatica
my source like dis 10,asd,2000 10,asd,2000 10,asd,2000 20,dsf,3000 20,dsf,3000 20,dsf,3000 like dis and my requirement is first record is inserted into first target and duplicates of first record is inserted into second target ...like dis way ...? how to achieve dis?