What is the function in Transformer stage can act as Rank
Function in oracle
Answer / nish
answer:
there is no function equivalent to that.
Rank is mostly used as an analytic/aggregating function in oracle and takes 2 columns for arguments.
Transformer stage performs transforming operations for later analysis ,doesnt directly perform analytic functions.
The closest stage would be an sort- aggregator stage for RANK.
Please remember that not all interview questions have a definitive answer.
This one tests confidence of how much you really used transformer stage.
| Is This Answer Correct ? | 0 Yes | 0 No |
hi i am madan, in real time data stage who is the source provide? and how to recevied in developer? Pls send me answer
How a routine is called in datastage job?
how to run a sequential file stage in parallel if the stage is used on the TARGET side
How many jobs in ur project? Explain any complex job u have done in ur project?
in source is like seq file in date column have dd-mm-yy dddd-mmmm-yyyy mm-dd-yy yy-dd-mm yy-mm-dd i want to display only yy-dd-mm date formats only in tgt?
What could be a data source system?
I have a few records just I want to store data in to targets cycling way how?
why do u need the IOS upgradation in a FC switch
Drop duplicate records ... SOURCE LIKE .......... ID flag1 flag2 100 N Y 100 N N 100 Y N 101 Y Y 101 N Y 102 Y N 103 N N 104 Y Y 105 N N 106 N Y 102 N Y 105 Y Y in above file if any id having both the flags as "N" then that corresponding id records should be dropped, in above case o/p should be as ID flag1 flag2 101 Y Y 101 N Y 102 Y N 102 N Y 104 Y Y 106 N Y Steps to do : 1) Identified the id’s that got duplicated (both the flag values having vales “N”) 2) Look up with these id’s to existing id’s to drop .
which is more expensive hash or modulus partitioning? when do you use modulus partitioning?
root tree will find which is server job and which is parallel job?
1.how to generate even numbers in surrogate or tranformar stage ? 2. how many ways to remove duplicate values?