How to Select second Maximum salary in a Table ?
Answer Posted / arpit sachan
select min(Emp_Sal)from Employee_Test where Emp_sal in(select distinct top(2) Emp_Sal from Employee_Test order by Emp_Sal desc)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to run queries on external tables?
How to display row numbers with the records?
How to do a full database export?
What is ceil and floor in oracle?
Explain about functional dependency and its relation with table design?
What is oracle analytical function?
What is sharded cluster?
What is the maximum limit on the number of columns in a table?
What is a proxy object?
How to run create database statement again?
What is oracle join syntax?
How to best split csv strings in oracle 9i?
How to upsert (update or insert into a table)?
What is bind variable in oracle 11g?
Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?