find out the third highest salary?
Answer Posted / anish nama
select Max(salery) from salery where salery IN( select
top N salery from salery order by salery asc)
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is the difference between substr & instr functions?
How can we force the database to use the user specified rollback segment?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
How can I get column names from a table in oracle?
What is the difference between truncate & delete command?
What is the difference between $oracle_base and $oracle_home?
When system tablespace is created?
In what script is snap$ created? In what script is the scott/tiger schema created?
Why is oracle used?
List out the components of logical database structure of oracle database.
What is background process in Oracle?
Explain the use of owner option in exp command.
What are the uses of Database Trigger ?
How to convert character types to numeric types?
How to use "out" parameter properly?