i want department wise maxmum salary and empolyee name
Answer Posted / shiva
select deptno,ename,max(sal)
from emp
group by deptno,ename;
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?
How to revoke create session privilege from a user in oracle?
Can the query output be sorted by multiple columns in oracle?
What is the sql query to concatenate column values from multiple rows in oracle?
How to drop an existing table in oracle?
What are the original export and import utilities?
What is oracle join syntax?
What is the recommended interval at which to run statspack snapshots, and why?
Explain what are synonyms used for?
What happens to indexes if you drop a table?
Is there a combination of "like" and "in" in sql?
How data locks are respected in oracle?
Explain the use of constraints option in exp command.
Explain the use of file option in exp command.
Explain enable novalidate constraint.