Can we create two repositories on same database instance in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
explain about unit testing? in real time?
What are the scheduling options to run a sesion?
how many ways can we implement SCD2?
How many joins in Informatica
how will compare two mappings in two different repository?
Make a note of the quantity vaults made in informatica?
How to identify this row for insert and this row for update in dynamic lookup cache
What are the advantages of informatica?
How informatica process data means how informatica works?
followin source like region sales 1 100 2 200 i want the output following format region 1 2 sales 100 200
we have 6 records in source , i need 2nd record in one target and 5th record in one target or 2nd & 5th record in same target.
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