How to list Top 10 salary, without using Rank Transmission?
Answer Posted / sarvesh
if it is flat file ur answer is write,if it is relational
souce then go to source qualifier properties there u write
the query like
select distinct a.* from t1 a where 10=(select sal from
t1 b where a.sal>b.sal)
i think it is working
| Is This Answer Correct ? | 1 Yes | 24 No |
Post New Answer View All Answers
How to load data in informatica ?
What are the different lookup cache(s)?
can any one explain about dataflow in the informatica project for bank domain....thanks is advance
How to do the error handling of if ur source is flatfiles?
How union transformation is used?
What is decode in informatica?
What is domain and gateway node?
Define mapplet?
To import the flat file definition into the designer where should the flat file be placed?
what is mean by complex business rule ?
Hi Everybody, I have one fixed width file as source and 4 oracle tables (relational) as target. What are the Unit test cases i need to implement ? 1.Using TextPad software i tested postion of the field 2.As per specification i tested like whether it is correctly mapped or not? Is there any other test case do i need to implement. If possible can any one give me the test cases Advance Thanks
Briefly explain the aggregator transformation?
What are roles and groups and benefits of using them?
What do you mean by channel change?
What is the way to execute pl/sql script using informatica mapping?