find out the third highest salary?
Answer Posted / swaminathan
select *
from (select distinct sal from emp order by sal desc)
where rownum <= 3
| Is This Answer Correct ? | 9 Yes | 13 No |
Post New Answer View All Answers
How to invoke the data pump export utility?
How to loop through data rows in the implicit cursor?
What is ceil and floor in oracle?
How to turn on or off recycle bin for the instance?
query optmization techniques and quwry analyser+projects+ppts
In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col
Query to retrieve record for a many to many relationship ?
How to do clean up if create database failed?
Can u please explain me the Discussion on Except ,using cast like type cast. Question in the context of difference between two tables
What is memory advisor in Oracle?
Hi this srilatha. I comlpeted my Oracle-hrms. can u provide me interview questions on Core hr, payroll,sshr,OLM etc..
How many types of tables are there in oracle?
why should i declare foreign key constraint as self relation instead of binary relation in tables ?
How do I reset a sequence in oracle?
What happens if you use a wrong connect identifier?