Table E:
Name dept month sal
1 A JAN 800
2 B APR 1000
3 A JAN 300
4 A JAN 600
5 C JUN 400
1) SELECT HIGHEST SAL PAID DEPT IN JAN MONTH?
2) WRITE QUERY GET MAX SAL DEPT NO?
Answer Posted / mayur
select max(sal) from e where sal in (select month form e
where month = 'JAN';
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain the use of Merge statement in oracle 11g
What is a synonym? What are its various types?
What is the exact use of Collections?
How to pass a cursor variable to a procedure?
What do you mean by a deadlock?
What is SQL Tuning Advisor in Oracle?
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
Explain a data segment?
Why do we need integrity constraints in a database?
How to delete a user account in oracle?
What is the usage of analyze command in oracle?
What are the types of trigger in oracle?
Please explain compound trigger in oracle?
What is a trigger oracle?
What are the original export and import utilities?