what is rank and dense rank in informatica with any
examples and give sql query for this both ranks

Answer Posted / rajashekhar

for eg: the file contains the records with coulmn
100
200(repeated rows)
200
300
400
500
the rank function gives output as
1
2
2
4
5
6
and dense rank gives
1
2
2
3
4
5

Is This Answer Correct ?    32 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how many types of dimensions are available in informatica?

565


What are the types of caches in lookup?

577


What is an expression transformation in informatica?

520


explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?

1712


explan ur project architecture?

1599






What are the types of schemas we have in data warehouse and what are the difference between them?

527


Explain is there any way to read the ms excel datas directly into informatica? Like is there any possibilities to take excel file as target?

636


Why sorter is an active transformation?

757


what kind of issue you will get in environment? (we ll call help desk to raise ticket rite?

1626


What are the new features of informatica 9.x in developer level?

568


What is a filter transformation and why it is an active one?

564


If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?

8567


Parameter and variable differences

1619


Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks

6389


Suppose we have two source qualifier transformations sq1 and sq2 connected to target tables tgt1 and tgt2 respectively. How do you ensure tgt2 is loaded after tgt1?

786