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
What happens to the current transaction if the session is ended?
Why do we use coalesce function in oracle?
Explain the use of rows option in exp command.
HI ALL, CAN ANYONE TELL ME THE DIFFERENCES BETWEEN SQL CLUSTURS,MSQL CLUSTERS,ORACLE CLUSTERS.......THANKS IN ADVANCE
How to create a testing table in oracle?
What is index in Oracle?
How to create a server parameter file?
Explain an index?
What is redo log?
How to resolve name conflicts between variables and columns?
What is a lookup table in oracle?
What is oracle in java?
Name the various constraints used in oracle?
What happens if the imported table already exists?
Which environment variables are absolutely critical in order to run the OUI?