Disply the dname wise maximum salary
Answer Posted / naveen
SELECT
D.DEPTNO,D.DNAME,MAX(E.SAL)
FROM
EMP E,DEPT D
WHERE
D.DEPTNO=E.DEPT.NO
GROUP BY D.DEPTNO,D.DNAME
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Explain the main difference between inmon and kimball philosophies of data warehousing?
Explain what is the metadata extension?
What is surrogate key? Where we use it? Explain with examples.
How we are using this function?
What is the difference between mapping parameter & mapping variable in data warehousing?
What is a linked cube?
Could any one explain me how to create cascading prompts?
Explain meta data?
what are relationships?
How would you write a left join statement to return a result set of movie.title�s and director.name�s?
Explain are data mart and dwh normalized or denormalized? Do both of them exist in
What are the design methods of data warehousing?
What is the function of surrogate key in data warehousing?
Is framework manager an un-needed overhead? As we know report studio allows us to create the data model from a query and thereby skipping framework manager. Given that this feature is available, in what scenarios would one want to skip framework manager?
what are the all possible features supported modify stage?