Find out the 3rd highest salary?
Answer Posted / kumar
select*from(select rownum rn,sal from(select*from emp order by sal desc))where rn=3
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is constant in pl sql?
Can we group by two columns in sql?
What do you mean by field in sql?
How many developers work on postgresql?
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
How to rename a table?
Can we create table inside stored procedure?
What is a full join sql?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
Can we create table in function?
What is out parameter used for eventhough return statement can also be used in pl/sql?
What is data modelling in sql?
explain mysql aggregate functions. : Sql dba
When to use inner join and left join?
How does one load ebcdic data? : aql loader