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 |
can we override a native sql query within informatica? Where do we do it?
what is normalization? explain 1st NF, 2nd NF, 3rd NF
In how many ways we can create ports?
How do you set a varible in incremental aggregation
Can we insert and update a target table without using update strategy transformation?How?
what is the Default Source Option For Update Strategy Transformation?
My source is delimited flat file Flat file data is H|Date D1|ravi|bangalore D2|raju|pune T|4 The data will be send to target if the fallowing two conditions satisfied 1.The first row Date column is equal to SYSDATE 2.Last record second port equal to number of records. How to achieve?
daily how much amount of data send to production?
How do we do the Fact Load What is the size of your Data warehouse? What is your Daily feed size and weekly feed size
How can u insert o ne row in the target if that row does not exists in the target and update if it exists
hi,there is a scenario like. there are three columns empid,salmonth, sal contains the values 101,jan,1000 101 feb 1000 like twelve rows are there then my required out put is like contains 13 columns empid jan feb marc.......dec and the velues are 101 1000 1000 1000 like this . thank you
What is confirmed dimension and fact?