how to get the second max val for every group in a table
Answer Posted / indu
select max(sal) from salary where sal NOT IN (select max(sal) from salary)
| Is This Answer Correct ? | 9 Yes | 13 No |
Post New Answer View All Answers
How to find the duplicate rows count from employees table in oracle?
What is private procedure oracle?
What operating systems are supported by oracle database 10g xe?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
Explain what are the different type of segments?
What do you mean by merge in oracle and how can you merge two tables?
interview questions with answer for cts
How can we create the complete backup of data in the oracle.
What is an Oracle Instance?
How many file formats are supported to export data?
What is different types of joins?
What is the difference between translate and replace in oracle?
What is oracle data type?
How can I create database in oracle?
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?