create a mapping to retrieve the employees who are getting
salary greater than average salary?
Answers were Sorted based on User's Feedback
go with this order EXP, AGG, JOINER, FILTER
this will work
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / maxy
I think it's better to have a null check here in the exp
before aggregating.
If salary is Null for any employee it will not be consider
while caculating the avg.
ex-
epm sal
e1 10
e2 20
e3
e4 30
Though there are four employee avg will be 20.
| Is This Answer Correct ? | 0 Yes | 6 No |
Answer / shaik
Source--->EXP--->AGG--->Filter--->Target
by using agg T/f you can find the avg,use that value ti
filter the values by using filter transformation..............
| Is This Answer Correct ? | 4 Yes | 15 No |
Define maping and sessions?
WHAT IS FACT TABLES?
How to extract sap data using informatica? What is abap? What are idocs?
i have source data like id name sal 1 a 65020 2 b 78250 3 c 58264 but how to get target like this id name sal 1 a Sixty five thousand twenty 2 b Seventy thousand two fify 3 c Fifty eight thousand two sixty four
Can we use Union Transformation for Heterogeneous sources? i.e; 3 sources, 1 from Oracle, 2nd from Informix, 3rd from Sql Server with same metadata?
A mapping contains (1) Source Table S_Time ( Start_Year, End_Year ) (2) Target Table Tim_Dim ( Date, Day, Month, Year, Quarter )
Define sessions in informatica etl?
Define Incremental Aggregation?
how can we perform incremental aggregation?explain with example?
Could any one to tell How to use the Oracle Analytic functions in Informatica?
What are the performance considerations when working with aggregator transformation?
What is lookup change?