which transformation should we use to get the 5th rank
member from a table in informatica?can we achieve this in
sql?

Answer Posted / chandrasekar

Hi Venkatesh,

The above SQL query is not working correctly..

I have one answer for the above problem. The query is, try
it in the SQL override.

select * from emp where sal=(select max(sal) from emp a
where (select count(sal) from emp b where b.sal >=a.sal)=5)

If it wrong means send the correct answers to me
chandranmca2007@gmail.com

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many ways are there to do 'remove duplicate records in informatica'?

583


list out all the transformations which use cache?

683


What are the types of schemas we have in data warehouse.

526


Explain the pipeline partition with real time example?

649


what is the Default Source Option For Update Strategy Transformation?

751






What are the basic requirements to join two sources in a source qualifier transformation using default join?

609


Explain where to store informatica rejected data? How to extract the informatica rejected data?

574


What is xml source qualifier transformation in informatica?

709


what are all the deliverables of ETL informatica power center project? what are all updated or created by etl developer as his everyday activities?

1767


How to create the source and target database connections in server manager?

618


Explain the various test procedures used to check whether the data is loaded in the backend, performance of the mapping, and quality of the data loaded in informatica?

546


What is the function of aggregator transformation?

573


What does role playing dimension mean?

619


What are the different options available for update strategy?

570


How to do the error handling of if ur source is flatfiles?

1504