source table A having 100000 records. and target B table
having 100000 records. now iam updating B records using update
query. i don't know which record is update in target. write a
sql query get all updated records from target table B.
Answer Posted / hollister
The key coluns that are common in both tables are to be
considered and compare each field in both tables. If there
is any change in any of the column in table B then it is
the updated column.
| Is This Answer Correct ? | 0 Yes | 10 No |
Post New Answer View All Answers
What is dimensional table?
What all join we can perform in LOOKUP transformation?
What is the session task and command task?
What is a sorter transformation?
How to generate sequence numbers without using the sequence generator transformation?
What is primary and backup node?
How can we remove the duplicates from flat file source?
Tell me about Propagate functions in informatica
What the difference is between a database, a data warehouse and a data mart?
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
draw informatica architecture 8.6 ?
Where are the source flat files kept before running the session?
What are the prerequisite tasks to achieve the session partition?
Hi all , I am planning for informatica S - PowerCenter 8 Mapping Design certification. I have rewuired the dumps for the same. if anyone of you having the same pl. share it with me. This will be of great help. My contact is : sagardev7@gmail.com TIA , Sagar
What is an active transformation?