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
Explain a segment?
What is not equal to in oracle?
How many types of segments in Oracle?
How many types of cluster table in Oracle?
What are the oracle differences between nvl and coalesce
definition of cluster and non-clustered index?
What is an index associated with a constraint?
How to define a record variable to store a table row?
How to select some columns from a table in oracle?
What is the scope of a local variable?
How do you find current date and time in oracle?
What are the limitations oracle database 10g xe?
What are the differences between number and binary_float in oracle?
What are the different types of record groups in oracle? Explain each of them
What is columnar storage what is the advantage?