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 single index for multiple columns?
Why does oracle 9i treat an empty string as null?
How do I reset a sequence in oracle?
Explain about achiever in sql?
How to create a stored procedure in oracle?
what's query optimization and without use of IN AND Exist can we get another way data from query
How to assign query results to variables?
How to delete all rows a table in oracle?
What is define in oracle?
How to filter out duplications in the returning rows using oracle?
How do we get field detail of a table?
 What are the oracle DML commands possible through an update strategy?
What is truncate oracle?
What is the purpose of tables, private synonyms and public synonyms in Oracle?
What are the benefits of ordbms?