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 / jz
select deptno,max(sal) from emp
group by deptno
having max(sal)>(select avg(sum(sal) )from emp
group by deptno)
:)
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What happen if you have 3 ports in SQ and 4 ports in SQL override of SQ( provided all ports are in same order and they are connected with proper source and target)? Also what happens when I have 4 ports and will extract 3 values in SQloverride.. What will be the value in 4th port ?
How do you load only null records into target? Explain through mapping flow.
How many numbers of sessions can one group in batches?
I want my deployment group to refer an external configuration file, while i deploy in the production environment. How can i achieve it.
Can I use same Persistent cache(X.Dat) for 2 sessions running parallely? If it is not possible why?If yes How?
How do you change a non-reusable transformation to reusable transformation?
What do you understand by a term domain?
Explain the code page compatibility?
What is Index Caches size?
Explain informatica architecture - version 8 / 9
Define filter transformation?
When do you use sql override in a lookup transformation?
What is the difference between a repository server and a powerhouse?
i had a source containing business,sales,details column and i have to load it to a target but i have some bad records in it , but i have to load 70% of business records and 50% of sales and 95% of details records excluding bad records to achieve this what should be done and what all logic and tx should be used can anyone help? thanks in advance
differences between service based and product based?