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 / sri

SELECT *FROM EMP WHERE SAL>(SELECT AVG(SAL) FROM EMP WHERE
DEPTNO=10);

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which development components of informatica have the highest usage?

599


How can informatica be used for an organization?

653


what is the size of u r source(like file or table)?

1820


What happens to map if we alter the datatypes between source and its corresponding source qualifier?

607


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

1755






Reusable transformation and shortcut differences

1383


what is the size ur source like(file system or database)? how many record daily come u r banking project?

1753


How do you handle two sessions in Informatica

669


How to elaborate powercenter integration service?

653


Suppose we do not group by on any ports of the aggregator what will be the output?

582


How does the aggregator transformation handle null values?

703


What happens when a session fails and you click on recover?

661


Different qualification between a related rotate toward the sky and isolates look upward?

556


update strategy transformation in informatica

644


What is an Integration service in Informatica?

708