In dept 10, 5 emp sal, i want to do sum of dept 10 emp sal.
Is there any othere transformation than the aggrator? if
yes how?

Answer Posted / talluru.sankar naidu

we can use SQ transformation write the query we get ans


select sun(sal) from emp where deptno=10 and deptno=5;



I think its correct

Is This Answer Correct ?    1 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is parallel processing in informatica?

1033


Define mapping and session?

587


What is resilience time?

656


What is intricate mapping?

594


Hi, I am planning to take Infa Certification exam but am unable to find its dumps anywhere on web. If anybody has it, plz share them with me. jkinfo22@gmail.com Thanks in advance

1635






What does update strategy mean, and what are the different option of it?

590


What the difference is between a database, a data warehouse and a data mart?

599


explain about unit testing? in real time?

1672


How big was your fact table

1322


what are factless facts? And in which scenario will you use such kinds of fact tables.

1317


Design a mapping to get the pervious row salary for the current row. If there is no pervious row exists for the current row, then the pervious row salary should be displayed as null.

789


What is the function of look up transformation?

653


How to elaborate tracing level?

688


What are the different versions of informatica?

685


Lookup transformation, one condition is having SQL override (Empno < 10) and the other condition is Lookup (Sal>1000), which is dynamic. How will u resolve this situation?

2430