In Lookup transformation a sql override should be done and
disable
the cache how do you do this procedure?
what is the process we used in joiner transformation,there is no matching column in sources?
Explain about HLD and LLD ?
Can you please mail me a copy of Informatica Certification Exam dumps to sriveniv@hotmail.com
Consider a Phone Log table as below. It records all phone numbers that we dial in a given day. SOURCE_PHONE_NUMBER DESTINATION_PHONE_NUMBER CALL_START_DATETIME 1234 4567 01/07/2011 10:00 1234 2345 01/07/2011 11:00 1234 3456 01/07/2011 12:00 1234 3456 01/07/2011 13:00 1234 4567 01/07/2011 15:00 1222 7890 01/07/2011 10:00 1222 7680 01/07/2011 12:00 1222 2345 01/07/2011 13:00 Please provide an SQL query to display the source_phone_number and a flag where the flag needs to be set to Y if first called number and last called number are the same and N if the first called number and last called number are different. Desired Output: Source Number Is_Match 1222 N 1234 Y
How to list Top 10 salary, without using Rank Transmission?
how we do performence tuning in informatica
Explain about perform recovery?
I have 100 records in source table, but I want to load 1, 5,10,15,20…..100 into target table. How can I do this? Explain in detailed mapping flow.
What is the sql query overwrite in source qualifier in informatica
Can you use one mapping to populate two tables in different schemas
What are events in workflow manager?
What are the different types of code pages available in informatica & how to implement it in your project?