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
2 8536I need the output file in the below format using Informatica. __0946684800__ 6 1 3 1 5 1 6 1 10 1 6 10 Pos State Time Split AgentID Reason Spaces Code in Code Spare state ______ ___ _____ ______ __________ ______ 1234 14 0 4321 3103 abcd 4321 15 5 123452 3150 Can someone help please?? We need the data in space-delimited, fixed ASCII format .
1620Post New Amazon Informatica Interview Questions
How do you check if an object is an array or not?
Why sorting is used?
Is windows operating system free?
What is the purpose of a console table?
Is bootstrap open source?
How do you remove autofill in word?
Write a program to sum values of given array.
What is the size of a decimal?
What is the activityCreator in Android?
What's the best way to copy files between HDFS clusters?
How to compare XRD graphs against standard and carry polymorpism study of API's by powder XRD method?
What is the benefit of inner classes in java?
How does AI improve anti-money laundering (AML) systems?
how does sas handle missing values in functions? : Sas programming
What is lock in c#?