Find out the 3rd highest salary?
Answer Posted / xyz
select a.sal from (select distinct(sal) from emp order by
sal desc)a where rownum=3
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
Show the cursor attributes of pl/sql.
What information is needed to connect sql*plus an oracle server?
Is join and inner join the same?
What is sql character function?
What are different methods to trace the pl/sql code?
- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?
Are pl sql variables case sensitive?
What does dml mean?
What does pl sql developer do?
Can we rollback truncate?
what is the difference between clustered and non clustered index in sql? : Sql dba
What is the difference between having clause and where clause?
Can a procedure in a package be overloaded?
Differentiate pl/sql and sql?
How do you optimize a stored procedure in sql?