Write a query to display Which deptno is containing highest
Sal > avg (sum (Sal)) of all deptno;
Avg (sum (Sal)) o f all deptno= 9675
Deptno, sum (Sal)
10 8750
20 10875
30 9400
Answer Posted / shankar
select * from emp a where sal>(select avg(sal) from emp b
where a.deptno=b.deptno)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how many types of dimensions are available in informatica?
What are the mapping parameters and mapping variables?
What is flashback table ? Advance thanks
How do you use reject loader.
Clarify the utilization of aggregator cache record?
Define enterprise data warehousing?
What is option by which we can run all the sessions in a batch simultaneously?
What are active transformations.
Define Pmrep command?
What is lookup change?
How we can create indexes after completing the loan process?
How do you load first and last records into target table?
What is a pre-defined event and user-defined event?
Differentiate between router and filter transformation?
What is the difference between Active and Passive transformation?