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
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 |
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 |
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
what is the use of structures?how many nodes can u create in a structure?
Identifying the bottlenecks in various components of Informatica and resolving them.
what are the different forms of normalization?
What is fact? What are the types of facts?
what is data modeling?
what is session partitioning?
list the transformation used for the following:Heterogeneous sources,Homogeneous sources,Find the 5 highest paid employees with in a dept,create a summery table,generate surrogate keys
What is partitioning? Explain different types of partitioning?
what is the difference steps for data modeling?
how do u really know that paging to disk is happening while u are using a lookup transform?
how do u implement unconn.stored proc. in a mapping?