Write query to fetch second maximum salary from employee table.
Answer Posted / vijayalakshmi
select top 1 Coumn_Name from (select top 2 Coumn_Name from Table_name order by Coumn_Name desc) b order by Coumn_Name
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to create a new table by selecting rows from another table?
How to drop an index?
Can select statements be used on views in oracle?
What is a nvl function? How can it be used?
How to define a sub function?
What is oracle in java?
How can we delete duplicate rows in a table?
Difference between open_form and call_form in oracle.
What is an oracle user account?
Explain user account with reference to oracle.
What exactly do quotation marks around the table name do?
How to experiment a data lock in oracle?
What is a read only transaction in oracle?
Is there any function in oracle similar like group_concat of mysql?
Difference between the “verify” and “feedback” command?