Question { 19675 }
How to extract original records at one target & Duplicate
records at one target?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { 7699 }
i have an aggregater in my mapping and no group by port on
any column and i ampassing 100 rows through aggregater,so
how many rows i will get as out put from aggregater
Answer
Is This Answer Correct ? | 0 Yes | 17 No |
suppose i have 1000 records and i want to load half of the
record in target 1 and half in target2.how u'll do?
Answer
Is This Answer Correct ? | 3 Yes | 2 No |
Question { 5960 }
Please create a mapping where I have source which has one column with name like Aman_Gupta
Rakesh_Mehra
Sachin_More
I want the target field should contain the name in reverse order i.e Gupta_Aman
Mehra_Rakesh
More_Sachin.
Can you please tell me what transformation would be needed to do this.
Answer
Is This Answer Correct ? | 2 Yes | 0 No |
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
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { Cap Gemini, 8929 }
If the source has duplicate records as id and name columns,
values:
1 a, 1 b, 1 c,
2 a, 2 b,
the target should be loaded as 1 a+b+c or 1 a||b||c, what
transformations should be used for this?
Answer
Is This Answer Correct ? | 8 Yes | 0 No |