When do you use sql override in a lookup transformation?
No Answer is Posted For this Question
Be the First to Post Answer
Could anyone please mail me a copy of Informatica Certification Exam dumps to sandeep.nakka@gmail.com it would be appreciated if any one could help me out.
Mine is Insurance Domain, So interviewer asked about terms like underwriting, disbursement amt, Reinsurance
difference between informatica 8.6 and 9
3 Answers Atos Origin, BA Continnum Solutions, Core Logic,
Write the unconnected lookup syntax?
what are cost based and rule based approaches and what is the difference?
can we import source table without using source qualifier? if yes then how? if no then why?
How to do the error handling of if ur source is flatfiles?
If I am having 6 flat files in data. How can you load the data at a time
I have the input file as col1 col2 col3 3 2 1 7 6 8 I should get the output as col1 col2 col3 1 2 3 6 7 8 ....What is the logic to get this? Is there any transformation which sorts row wise ? If not how to sort the incoming records row wise?
How can we update a record in the target table without using update strategy?
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
Hello all, In SOA architecture i.e 8.6 , What is mean by node exactly?