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
How we can create indexes after completing the loan process?
lookup transformation with screenshots
What are the differences between joiner transformation and source qualifier transformation?
wat are deployement groups in informatica, how it will be used for developers
Hi, In source I have records like this No name address 10 manoj mum 10 manoj dilhi 20 kumar usa 20 kumar Tokyo I want records in target like shown below No name addr1 addr2 10 manoj mum dilhi 20 kumar usa Tokyo If it is reverse we can do this by using Normalizer transformation by setting occurance as 2. Somebody will say use denoralization technique. But as of my knowledge I couldn’t find any denormalization technique. Is there any concept like that? I tryid this seriously but I could find any idea to implement this. Can any one please help me ? Advance Thanks
What do you mean incremental aggregation?
What is a filter transformation and why it is an active one?
What is the difference between source qualifier transformations source filter to filter transformation?
suppose we are using dynamic lookup cache and in lookup condition the record is succeeded but in target it is failed due to some reasons then what happened in the cache ?
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
What is repository manager?
What is the difference between power center and power mart? What is the procedure for creating independent data marts from informatica 7.1?
can you please explain me pre session and post session options?
What does cheating measurement mean?
What is the sequence generator transformation in informatica?