my soure table is emp having columns sal,deptno in the
deptno 10,20,30deptno row are there expected out
put is min(sal) of 10th deptno,max(sal) of 20th
deptno,mean(sal) of 30th deptno using aggregation stage

Answer Posted / reddymkl.dwh

Where=Deptno=10 min(sal)
----------------->Agg1 --------> O/p1
Where=Deptno=20 Max(sal)
Seq--->Filter----------------->Agg2 --------->O/p2
Where=Deptno=30 Mean(Sal)
----------------->Agg3 ---------->O/p3

Agg:
Agg type=Calculation

Plz correct me if am wrong...

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

disign the complex job in u r project?(they are aksing only complex job design and then data flow...)

2075


How to read the length of word in unix?

882


How many Key we can define in remove duplicate stage?

819


What is a merge?

668


hi.... am facing typical problem in every interview " I need some critical scenarios faced in real time" plz help me guys

2424






What are the components of ascential data stage?

647


Differentiate between operational datastage (ods) and data warehouse?

672


What is merge stage?

760


table actions available in oracle connector?

1088


if we using two sources having same meta data and how to check the data in two sources is same or not? and if the data is not same i want to abort the job ?how we can do this?

1755


To see hidden files in LINIX?

941


what are .ctl(control files) files ? how the dataset stage have better performance by this files?

2179


Name the command line functions to import and export the DS jobs?

705


what are the devoleper roles in real time? plz tell i am new to datastage....

1635


file having these input and we have to get 3 output using same job Input 1 1 1 2 3 4 4 4 o/p1 o/p2 o/p3 1 1 2 2 1 3 3 1 4 4 4

534