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
How to change system global area (sga) in oracle?
What is a table index?
How to use fetch statement in a loop?
What happens in oracle commit?
How to call a stored function in oracle?
What are the roles of dba?
Explain the use of analyse option in exp command.
How to grant create session privilege to a user in oracle?
What are set operators?
Please send me Informatica 8.1 certification dumps, my mail id mona85gupta@gmail.com
20. Using a set operator, display the client number of all clients who have never placed an order.
Can you have more than one content canvas view attached with a window ?
What is the data pump export utility?
What is a package in oracle?
Which are the five query types available in oracle?