How to list Top 10 salary, without using Rank Transmission?

Answer Posted / ramu

Use source Qualifier Transformation,we can edit the default
sql query and write like as
select * from ( select * from emp
order by sal desc)
where rownum <11;

Is This Answer Correct ?    29 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can you please explain me pre session and post session options?

6382


Explain the informatica workflow?

590


where to store informatica rejected data?

680


Suppose we have a source qualifier transformation that populates two target tables. How do you ensure tgt2 is loaded after tgt1?

630


On which transformations you created partitions in your project?

761






Could you explain what is enterprise data warehouse?

555


Can some one explain me about Telecommunications(wireless) project in Informatica? Thanks in advance

1561


Suppose we do not group by on any ports of the aggregator what will be the output?

580


What are the different types of repositories created using informatica?

663


Explain the difference between mapping parameter and mapping variable?

606


What happens to map if we alter the datatypes between source and its corresponding source qualifier?

605


how can we find the bottle neck in SQL Query in SOURCE QUALIFIER, and how can we tune it..?

5824


How can we remove the duplicates from flat file source?

583


Explain about Informatica server process that how it works relates to mapping variables?

624


What is main use of mapplet?

662