Is possible to create skid in dim,fact tables?
No Answer is Posted For this Question
Be the First to Post Answer
What is "fatal error/rdbms code 3996" error?
project Steps,hits, Project level HArd things,Solved methods?
Is there any possibility to generate alphanumeric surrogate key?
i have input like this Column 1 ,column 2 3,a 4,b 5.c i want output aaa bbbb ccccc Ple help any one?
What is the Difference Between DataStage 7.5 version and 8.1 Version?
root tree will find which is server job and which is parallel job?
What are the different common services in datastage?
what is combinability and non combinability?
what is the function in Transformer stage can act as Rank function in Oracle
What is staging variable?
hi my source is:: empno,deptno,salary 1, 10, 3.5 2, 20, 8 2, 10, 4.5 1, 30, 5 3, 10, 6 3, 20, 4 1, 20, 9 then target should be in below form... empno,max(salary),min(salary),deptno 1, 9, 3.5, 20 2, 8, 4.5, 20 3, 6, 4, 10 can anyone give data flow in data stage for the above scenario.... thanks in advance...
if we take 2 tables(like emp and dept), we use join stage and how to improve the performance?