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
What is critical column?
What are the approaches used by optimizer during execution plan?
Explain what is a cube in data warehousing concept?
What are universe requirements?
How to reduce warnings?
What are the various methods of getting incremental records or delta records from the source systems?
What is data stream and data adaopter?
What a static and local variable?
What is a core dimension?
Explain what is fact less fact table? Where you have used it in your project?
Do you view contain data?
How to load the time dimension?
How to eliminate duplicate rows from flat file?
Explain dimension table ?
What are aggregate tables and aggregate fact tables?