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
Explain rename?
Give the constructs of a package, function or a procedure.
How to drop a stored procedure in oracle?
How to write a left outer join with the where clause in oracle?
What is the difference between sharding and replication?
State the difference between a primary key and foreign key?
How to use in conditions in oracle?
How to invoke the original export import utilities?
Difference between open_form and call_form in oracle.
Write a syntax for update query in oracle?
What exactly do quotation marks around the table name do?
How to export data with a field delimiter?
How to save query output to a local file?
How to connect asp pages to oracle servers?
How to define default values for formal parameters?