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


Please Help Members By Posting Answers For Below Questions

How to join three sources using joiner?

575


What is the sql query overwrite in source qualifier in informatica

619


Describe data concatenation?

575


Please tell me which institute is the best to study Informatica and asp.net in chennai Also please send me the latest interview questions in asp.net,c# and sql server to my id ramtryin@gmail.com

1592


What differs when we choose the sorted input for aggregator transformation?

574






Explain why we use partitioning the session in informatica?

617


What are the types of data warehouses?

946


What are the issues you have faced in your project? How did you overcome those issues?

1915


In warehouses how many schemas are there?

583


What is a joiner transformation?

560


Explian the Process of deployment groups in informatica

659


How to do unit testing in informatica?

723


What are the tuning techniques you applied during your last project

1567


What are mapplets? How is it different from a Reusable Transformation?

630


What is the difference between SOURCE and TARGET BASED COMMITS? What are the deliverables?in your project?

1636