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

what are the cubes developed in a sap bw project and what is the requirement for developing it?

0 Answers   Maersk,


What is meant by incremental load?

0 Answers  


SCD2 will work on only dimension tables as well as fact Table?

0 Answers   Infosys,


what is the use of structures?how many nodes can u create in a structure?

0 Answers  


When do we go for the tools in the market?

0 Answers  


What is tracing level? How many types of transformations supported by sorted input?

0 Answers  


what is a test load?

3 Answers  


Explain the difference between etl tool and olap tools?

0 Answers  


Give a way in which u can implement a real time scenario where data in a table is changing and u need to look up data from it.How will u configure the look up transform for this purpose?

1 Answers  


What do you understand by active and passive transformations?

0 Answers  


Just Completed the informatica Certification ,for Dumps please email me on infamaddy@gmail.com i will send it to you 

0 Answers  


diff b/w dwh & data mart diff b/w star schema & snow flake schema diff b/w fact table & dimension table what are the contents in requirement specification what are the docs needed for testing draw ur proj architecture

0 Answers   L&T,


Categories