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.

Answers were Sorted based on User's Feedback



source table A having 100000 records. and target B table having 100000 records. now iam updating B..

Answer / alekya

use a mminus query between two tables..you will get the
mismatch records.

Is This Answer Correct ?    2 Yes 0 No

source table A having 100000 records. and target B table having 100000 records. now iam updating B..

Answer / ankur saini er.ankur861@gmail.

hi...i think this cannt be done without an audit columns ..
a date or batch id etc..

Is This Answer Correct ?    1 Yes 0 No

source table A having 100000 records. and target B table having 100000 records. now iam updating B..

Answer / srini

In this case check Target table should have Record update
timestamp along with Insert time stamp
Other wise Check the max time stamp it will help.

Is This Answer Correct ?    6 Yes 7 No

source table A having 100000 records. and target B table having 100000 records. now iam updating B..

Answer / 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

More Informatica Interview Questions

What are the data movement modes in informatcia?

3 Answers  


What are Business Components in Informatica?

1 Answers  


diffrence between command task and control task

1 Answers   iNautix,


What is the difference between SOURCE and TARGET BASED COMMITS?

3 Answers   IBM,


How to load the data from a flat file into the target where the source flat file name changes daily?

0 Answers   Informatica,


Describe the impact of several join conditions and join order in a joiner transformation?

0 Answers  


In warehouses how many schemas are there?

0 Answers  


What are the out put files that the informatica server creates during the session running?

2 Answers  


How to send duplicates to one target and unique rows to one target?target is empty

9 Answers   Amazon, IBM, Wipro,


Can we get 1st record through Informatica(without sequence number).

0 Answers  


Can any one give me a real time example for FACT TABLE & DIMENSIONAL TABLE?

0 Answers  


what is $$$$?

0 Answers   TCS,


Categories