find out first highest salary?
Answer Posted / suren
hi Im SureRishi
SELECT *
FROM Employee E1
WHERE (4-1) = (
SELECT COUNT(DISTINCT(E2.Salary))
FROM Employee E2
WHERE E2.Salary > E1.Salary)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to call a stored function in oracle?
How can windows applications connect to oracle servers?
What is the quickest way to fetch the data from a table?
What is an Oracle index?
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
What are temporal data types in oracle?
When system tablespace is created?
Explain oracle left join with an example?
Give the different types of rollback segments.
What is system tablespace?
How do you find out from the RMAN catalog if a particular archive log has been backed-up?
What privilege is needed for a user to delete rows from tables in another schema?
How to empty your oracle recycle bin?
What is tns entry?
How can we find out the duplicate values in an oracle table?