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
What is the difference between translate and replace?
How to install oracle odbc drivers?
What is the difference between hot backup and cold backup in oracle? Tell about their benefits also.
What is the recommended interval at which to run statspack snapshots, and why?
What is the order of defining local variables and sub procedures/functions?
Is java required for oracle client?
How to store only time; not date and time?
What is data block in Oracle?
What is background process in Oracle?
What is the difference between translate and replace in oracle?
Difference between pre-select and pre-query
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
What is an oracle function?
How to create id with auto_increment on oracle?
What are the differences between lov and list item?