find out the third highest salary?
Answer Posted / hanumantha r challa
select * from emp a where &n=(select count(b.sal) from emp
b where b.sal>=a.sal);
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to rename an index?
How to compare dates in oracle sql?
How do we represent comments in oracle?
What are the differences between date and timestamp in oracle?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
Can group functions be used in the order by clause in oracle?
What is a package in oracle?
List out the components of logical database structure of oracle database.
How do I manually create a database in oracle?
What are the roles of dba?
query optmization techniques and quwry analyser+projects+ppts
What is save point in oracle database?
How do I uninstall oracle 11g?
How do I connect to oracle database?
What is oracle database client?