There is a table with emp salary column how to get the fields belongs to the salary greater than the average salary of particular department.
Write a query

Answer Posted / sameer

Select * from emplyees
Where sal>(select avg ( sal) from emplyees )
No need to write complex queries

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the fact table?

584


How to extract sap data using informatica?

605


draw informatica architecture 8.6 ?

3468


What is the difference between router and filter?

645


Is it possible to create multiple domains on a single Informatica server?

749






What is a standalone command task?

652


What are roles and groups and benefits of using them?

569


How do you handle two sessions in Informatica

661


Explain the use of aggregator cache file?

671


What do you mean by filter transformation?

549


What is the difference between Active and Passive transformation?

631


Tell me can we override a native sql query within informatica? Where do we do it? How do we do it?

627


in reporting we add some new objects,how we get the count of the newly added objects to the report

1748


What is the difference between a repository server and a powerhouse?

803


How would you copy the content of one repository to another repository?

549