i want department wise maxmum salary and empolyee name
Answer Posted / jaber badarneh
SELECT ENAME ,SAL ,DEPTNO
FROM EMP
WHERE SAL IN (SELECT MAX(SAL) FROM EMP GROUP BY DEPTNO)
| Is This Answer Correct ? | 19 Yes | 19 No |
Post New Answer View All Answers
Is oracle a programming language?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
What are the ways tablespaces can be managed and how do they differ?
How to connect asp pages to oracle servers?
How to run create database statement?
What are the built-in functions used for sending Parameters to forms ?
What is the difference between formal parameters and actual parameters?
Explain the use of Merge statement in oracle 11g
What is the dynamic sql in oracle?
How do I find my oracle client driver version?
How to convert times to characters in oracle?
How do I decide when to use right joins/left joins or inner joins or how to determine which table is on which side?
Explain integrity constraints?
please explain.. DB architecture ...
How to return top 5 rows in oracle?