find out the third highest salary?
Answer Posted / sabapathi
select sal from employee
where sal=(select min(sal) from employee
where sal>(select min(sal) from employee
where sal>(select min(sal) from employee)))
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a dead lock in oracle?
Explain the difference between replace() and translate() functions in oracle?
Explain oracle left join with an example?
What is an Oracle Instance?
What is the difference between alert log file and tarce file ?
Can sub procedure/function be called recursively?
Explain about the analyze command in oracle?
How to join two tables in a single query using oracle?
Can you have more than one content canvas view attached with a window ?
We are using Oracle apps with XML publisher.In that,we are facing some problems while giving a Footer in RTF Template.While giving a footer in RTF Template it is Visible in all the pages,but after the PDF is getiing generated,the Footer are Visible on alternate pages only (like on first page ,third page) and so on. Please provide the Solution for getting the Footer on all the pages.
What is meant by raw datatype?
How to download oracle database 10g xe?
What is an oracle table?
How to store only time; not date and time?
State the difference between a primary key and foreign key?