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
Which is faster join or subquery in oracle?
What is transaction control statement and how many types of transaction control statement in Oracle?
Describe varray?
Describe an oracle table?
What is the difference between substr & instr functions?
What is a read only transaction in oracle?
What is object data modeling?
How we can able to import our own template (users designed MS-Word templates) which has many tabular columns; need to pass some values generate by Oracle-reports9i? Actually need to import more than 400 MS-Word templates into Oracle Reports-9i to minimize layout design in Reports.
What are triggers in oracle?
How to execute a stored program unit?
Is oracle a programming language?
How to invoke the original export import utilities?
What are the various oracle database objects?
What is oracle database client?
What is open database communication (odbc) in oracle?