In dept 10, 5 emp sal, i want to do sum of dept 10 emp sal.
Is there any othere transformation than the aggrator? if
yes how?

Answer Posted / sahil

We can use a query,

Select dep_id, sum(salary) from emp group by dep_id;

Here I am using group by because we might have other dep as well.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is size of u r database?

1852


What will be the approach?

584


How we can create indexes after completing the load process?

616


without table how to come first record only in oracle?

1861


Define pmcmd command?

625






What does command task mean?

614


How do you load only null records into target? Explain through mapping flow.

1509


What is a filter transformation and why it is an active one?

564


How to load data in informatica ?

582


How do you remove duplicate records in informatica? And how many ways are there to do it?

717


What are the different ways to implement parallel processing in informatica?

867


how will u take the data from clint server and next what u do in datamodeling what u will u do in staging area what u will u do next what u are doing please give the step by step by process

1699


How to handle decimal places while importing a flatfile into informatica?

727


How identifying bottlenecks in various components of informatica and resolving them?

587


In warehouses how many schemas are there?

585