create a mapping to retrieve the employees who are getting
salary greater than average salary?
Answer Posted / shrawan
select employee, salary from table_name
where
salary > ( select avg(salary) from table_name;
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Suppose on 1st Nov 2010 you had created a mapping which includes huge aggregator calculations and it is under process for next two days. You will notice that even on 3rd day also its still calculating. So without changing a logic or changing a mapping How will you troubleshot or to run that mapping? Explain the steps
Why do you use Mapping Parameter and mapping variable?
difference between repository database and repository service?
Can one use mapping parameter or variables created in one mapping into any other reusable transformation?
What is the use of code page?
What is main use of mapplet?
Explain lookup transformation in informatica
How many ways are there to do 'remove duplicate records in informatica'?
4 yrs etl devloper roles and responsibilities?any body give solutions
What's the layout of parameter file (what does a parameter file contain?)?
Design a mapping to load a target table with the following values from the above source?
How to create a non-reusable instance of reusable transformations?
Name at least 5 different types of transformations used in mapping design and state the use of each.?
How to load last n records of file into target table - informatica
Do you find any difficulty while working with flat files as source and target?