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 |
How many cubes create from a single model?
Source table ------------- ID NAME --- ------ 101 PANKAJ NULL KUMAR NULL MATHUR 102 JYOTI NULL SAXENA 103 SACHIN NULL TENDULKAR TARGET TABLE ------------- ID NAME --- ------- 101 PANKAJ KUMAR MATHUR 102 JYOTI SAXENA 103 SACHIN TENDULKAR How to do the above scenario in Informatica.
Three date formats are there . How to change these three into One format without using expression transformation ?
Explain pushdown optimization $pushdownconfig parameter - informatica
when we use lookup,if have 5 records,if i dont need 1st and 2nd records..what will be the procedure to achieve by using lookup?/
How do you remove duplicate records in informatica? And how many ways are there to do it?
what is mystery dimension?
CAN WE IMPLEMENT SCD TYPE 1 AND SCD TYPE 2 IN SAME MAPPING? IF SO HOW?
I want load the data into target with out 1st and last record.
Design a mapping to get year of join for each employee.
How to recover the standalone session?
What is the difference between view and materialised view?