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 / aashish
select department_ID, sum(salary) from emp group by department_ID having sum(salary) > (select avg(sum(salary)) from emp group by department_ID);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I have two different source structure tables, but I want to load into single target table? How do I go about it? Explain in detail through mapping flow.
What is a snowflake schema?
Define filter transformation?
what is $$$$?
In how many ways we can create ports?
Can we create a Integration service without a Repository service and vice versa?
Can we create multiple integration service on single repository?
Explain the code page compatibility?
Explain constraint based loading in informatica
What are the different types of olap? Give an example?
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records
Which version configuration tool used in ur project?
what is INFORMATICA TESTING process
How many ways a relational source definition can be updated and what are they?
Can we create a node as a gateway node and the same node can be assigned to a grid?