find out the second highest salary?
Answer Posted / nusrath sultana
select * from emp
where &n=(select count(distinct(sal)) from emp b
where emp.sal<=b.sal)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is data block in Oracle?
Hi friends can u send the oracle 9i full version download link?????????????? please reply ?
Can we write insert statement in function in oracle?
What are the data types in oracle?
How to define a sub function?
Is there an oracle sql query that aggregates multiple rows into one row?
How to start a new transaction in oracle?
what are bitmap indexes? How does they work?
How will you differentiate between varchar & varchar2?
How to execute a stored program unit?
How to list all tables in your schema?
How to shutdown your 10g xe server?
What is a read only transaction in oracle?
What are operators in oracle?
What is an oracle data file?