Find out the 3rd highest salary?
Answer Posted / tathagoto
select min(sal) from (select sal from (select sal from
salary order by sal desc) where rownum <
4);
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
How are functions and procedures called in PL/SQL?
What is the most important ddl statements in sql are?
What is sql entity?
What is data abstraction in sql?
What does t sql mean?
How subquery works in sql?
Can a composite key be null?
What are different types of functions in sql?
What is the example of procedure?
What is cursor in pl sql with examples?
What is set serveroutput on?
What are the ways on commenting in a pl/sql code?
What is compilation error in pl sql?
What is sql catalog?