How to list Top 10 salary, without using Rank Transmission?
Answer Posted / amedela chandra sekhar
write sql query in the source qualifier t/r
sql override
select * from(select dense_rank () over (order by sal desc
nulls last)as rnk,emp.* from emp)where rnk<=10;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are the tasks that source qualifier perform?
what is the Default Source Option For Update Strategy Transformation?
How an expression transformation differs from aggregator transformation?
What is persistent lookup cache?
What is mapplet in informatica?
What is complex mapping?
How to generate sequence numbers?
What is an expression transformation in informatica?
Which transformation is needed while using the Cobol sources as source definitions?
How does the aggregator transformation handle null values?
What happen when you enable grid option avilable at session level ? (Ans found: Scalabily . A single session Parallelization) But how can one session is sharable among different nodes at the same time while running ?
how to create user defined function (udf) in informatica
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 InformaticaPowerCenter?
what is the size of your data warehousing?