top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Source table has 5 rows. Rank in rank transformation is set to 10. How many rows the rank transformation will output?

+2 votes
303 views
Source table has 5 rows. Rank in rank transformation is set to 10. How many rows the rank transformation will output?
posted Aug 4, 2016 by Ayesha Pokharna

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

OutPut is : 5 Rank.

answer Sep 15, 2016 by Manikandan J
Similar Questions
0 votes

I have an employee table with 20 records. The columns are employee name and salary. How can I get the details of employees with ranks between 5 and 10 on the basis of decreasing order of their salaries?

I am thinking of passing the table through a sorter to arrange the data in decreasing order of salaries, and then Sequence Generator Transformation giving unique id to the rows and finally a filter to select where the id is between 5 and 10. I realise this isn't an elegant solution? Is there a better way to do this? Thanks for your time

...