How can we integrate different flat file data in a single
mapping and with in a single execution
How can you validate all mappings in the repository simultaneously?
How to extract original records at one target & Duplicate records at one target?
Write a query to display Which deptno is containing highest Sal > avg (sum (Sal)) of all deptno; Avg (sum (Sal)) o f all deptno= 9675 Deptno, sum (Sal) 10 8750 20 10875 30 9400
Where we use dynamic lookup and where we use it?do we generate surrogate keys using dynamic lookup?can we use it for scd type 2 mapping and why?
what is junk dimension
there is a product table prodid prodname price 100 cinthol 10 101 hamam 10 102 neem 20 103 cake 30 in the above table the price of some products are duplicated and some product prices are distinct we want to push the duplicated prices to one target and non-duplicated prices to other target without using expression and sequence generator transformation
There are 4 source files which contains same metadata create target that should display the file name along with record please send answer with mapping
Repository user profiles
What is the method of loading 5 flat files of having same structure to a single target and which transformations I can use?
IN A MAPPING WHEN WE USE AGGRIGATER TRANSFORMATION WE WILL USE GROUP BY PORT. IF GROUPBY IS NOT SELECTED BY DEFAULT IT WILL TAKE ONLY THE LAST COLUMN WHY????
how to remove staging area
why we are using surogate key in real time give me explanation