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

Difference between IBM DATA STAGE8.5 and DATA STAGE9.1 ?

3383


What is data partitioning?

745


Source has 2 columns: USA,NewYork INDIA,MUMBAI INDIA,DELHI UDS,CHICAGO INDIA,PUNE i want data in target like below: INDIA,MUMBAI1 INDIA,DELHI2 INDIA,PUNE3 USA,NEWYORK1 USA,CHICAGO2

354


Difference between sequential file and data set?

646


What is use Array size in datastage

1311






How do you start developing a datastage project?

661


Define repository tables in datastage?

705


What are iconv and oconv?

778


explain about completely flow of sequencers technicaly,without using example??explain about lookup,nullhandling?

1932


what are the errors,warnings in datastage

2155


Does datastage support slowly changing dimensions ?

662


Whats difference betweeen operational data stage (ods) and data warehouse?

674


How can we improve performance of data stage jobs?

618


How a source file is populated?

620


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

2427