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 / shilpa
1) select dept , max(sal) from E where month=JAN';
2) select dept , max(sal) from E ;
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the Tune Query
query optmization techniques and quwry analyser+projects+ppts
Explain what does a control file contain?
How to loop through a cursor variable?
What is the database name in oracle?
What are privileges and grants?
What is an index associated with a constraint?
How to start your 10g xe server?
What is a server parameter file in oracle?
How to install oracle odbc drivers?
What operating systems are supported by oracle database 10g xe?
Why should I use oracle database?
Can we create database in oracle using command line ?
How can I combine multiple rows into a comma-delimited list in oracle?
Is oracle an operator?