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
Answer / alekya
use a mminus query between two tables..you will get the
mismatch records.
| Is This Answer Correct ? | 2 Yes | 0 No |
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 |
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 |
Dimension Object created in Oracle can be imported in Designer Cubes contain measures
hi real timers . iam waiting for ur reply regarding ETL TESTING
How to display session logs based upon particular dates. If I want to display session logs for 1 week from a particular date how can I do it without using unix.
-Which expression we can not use in Maplets?, -Can we join(relate) two dimensions in a schema? -Why and where we use 'sorted input' option?
i have two source data there is no pk,fk how to join the two sources
hi guys..iam a QA person ..what is ETL TESTING... what is the process of ETL testing... ETLTESTER needs etl devolopment knowledge or not? pls suggest ur valuable decision
Difference between Data and Index Caches?
What is an expression transformation in informatica?
What are the issues that you have faced while moving your project from the Test Environment to the Production Environment? Please explain in depth thanks in advance
select * from emp where sal>(select min(sal) from emp) how to implement the same in informatica ?
What does “tail –f” command do and what is its use as an Informatica admin.
In development project what is the process to follow for an etl developer from day1