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
What is informatica etl tool?
Define mapplet?
What do you mean by channel change?
What is the difference between informatics 7x and 8x and what is latest version?
Source and Target are flat files, Source table is as below ID,NAME 1,X 1,X 2,Y 2,Y On Target flat file i want the data to be loaded as mentioned below ID,NAME,REPEAT 1,X,2 1,X,2 2,Y,2 2,Y,2 How to achieve this, Can i get a map structure
How to update or delete the rows in a target, which do not have key fields?
In warehouses how many schemas are there?
What is the difference between stop and abort in informatica
What are the types of presistent cache in look up tr.
Is stop and abort are same in informatica?
How to update source definition?
How do you load only null records into target? Explain through mapping flow.
How can a transformation be made reusable?
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?
What is a dimensional model?