How can we handle Rejection Logic in Source tables while we
are matching the data in Target side in ETL Testing ?

Answers were Sorted based on User's Feedback



How can we handle Rejection Logic in Source tables while we are matching the data in Target side in..

Answer / saravanan

use Minus query.
Select * from Source
minus
select * from Target

If you minus from Target, it will not gie you tHe Corret result sinCe all Values from target are from soure. We need to minus from sourCe. tHe rejeted reords wHICH are not populated into target will Come as result

Is This Answer Correct ?    3 Yes 0 No

How can we handle Rejection Logic in Source tables while we are matching the data in Target side in..

Answer / alekya

use Minus query.
Select * from target
minus
select * from Source

This will give all the rows of sorce data which are
rejected,that is not loaded into the target.

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More ETL Interview Questions

Define slowly changing dimensions (SCD)?

0 Answers  


how do u estimate the number of partitions that a mapping really requires? Is it dependent on the machine configuration?

1 Answers  


What are snapshots? What are materialized views & where do we use them? What is a materialized view log?

0 Answers  


what is SMP AND MPP?

8 Answers  


where is the cache (lookup, index) created and how can you see it.

0 Answers  


When do we go for the tools in the market?

0 Answers  


Compare ETL & Manual development?

0 Answers  


what are Lookup caches options? Including persistent caches.

1 Answers  


architural difference between 7.1 workflow monitor and 8.1 workflow monitor.

1 Answers   IBM, Infosys,


Explain the use lookup tables and Aggregate tables?

0 Answers  


what are the facilities provided by data warehouse to analytical users?

0 Answers  


Explain about enterprise scalability and roi of data integration suite?

0 Answers  


Categories