i have flatfile source. i want to load the maximum salary of
each deptno into target. what isthe mapping flow

Answer Posted / janardhanreddy yerraballi

select deptid, empname, salary from
(Select deptid, empname,salary,
rank() Over(Partition by deptid order by salary desc)as rank from
EmpDetails) emp
where emp.rank = 1

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we use batches?

600


Explain informatica architecture - version 8 / 9

665


How to call shell scripts from informatica?

571


complex mapping ur project u r invlve can u explain and give real time example give me ?

1836


How can we improve session performance in aggregator transformation?

670






what is the difference between informatica6.1 and infomatica7.1

1714


State the limitations where we cannot use joiner in the mapping pipeline?

543


Explain what are the different types of transformation available in informatica. And what are the mostly used ones among them?

603


What is an active transformation?

643


How to implement security measures using repository manager?

600


Enlist the advantages of informatica.

626


What is DR strategy for Informatica project?

696


What are the different types of transformation available in informatica.

632


Enlist some properties of sessions.

622


EXL informatica Questions

930