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 / rakesh
select deptno, sum(sal) from emp group by deptno having sum(sal)>(select avg(sum(sal)) from emp group by deptno);
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is resilience time?
Define joiner transformation?
what is the size ur source like(file system or database)? how many record daily come u r banking project?
Is stop and abort are same in informatica?
How many dimensions are there in informatica?
What are some examples of informatica etl programs?
How many ways a relational source definition can be updated and what are they?
draw informatica architecture 8.6 ?
Explian the Process of deployment groups in informatica
What are the restrictions of union transformation?
As union transformation gives UNION ALL output, how you will get the UNION output?
What you know about transaction control transformation?
Mention some types of transformation?
How to load data in informatica ?
What is a router transformation?