find out the second highest salary?
Answer Posted / chaitanya pathak
select max(salary) from employee
whrere salary<(selsect max(salary) from employee)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how to code performance tuning of oracle PL/SQL? can any body send me the perfect answer?
What are the various oracle database objects?
How to drop an index in oracle?
How to convert times to characters in oracle?
Write a trigger example in oracle?
Is oracle an open source?
How to change system global area (sga) in oracle?
How does Oracle guarantee data integrity of data changes?
How to do paging with oracle?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
what is the scenario where you take the database to NoArchivelog mode?
What is oracle server autotrace in oracle?
List the various oracle database objects?
What is the difference between a primary key & a unique key?
What is the difference between 10g OEM and 11g OEM?