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
What is ASM (Automatic Storage Management) in Oracle?
Why cursor variables are easier to use than cursors?
Explain an exception and its types?
Explain the characteristics of oracle dba?
How to add a new column to an existing table in oracle?
How to assign values to variables?
How to lock and unlock a user account in oracle?
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
Explain the use of rows option in imp command.
What do you know about normalization? Explain in detail?
What do you mean by merge in oracle and how can we merge two tables?
What are the arithmetic operations?
How do I manually uninstall oracle client?
What is a select query statement in oracle?
can anyody please send me the dump for Oracle 10g certifications for DBA path?