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
how is exception handling handled in mysql? : Sql dba
How to take user input in pl sql?
Which is better stored procedure or query?
What is a temporal table?
What is graph sql?
What is a pragma statement?
How can triggers be used for the table auditing?
What is union and union all keyword in sql?
How can we debug in PL/SQL?
Explain sql data types?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
Explain the purpose of %type and %rowtype data types with the example?
How do I run sql?
Explain commit, rollback and savepoint.
Explain spool.