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
Which environment variables are absolutely critical in order to run the OUI?
How to delete a user account in oracle?
What is oracle thin client?
How to get execution path reports on query statements?
How to unlock the sample user account in oracle?
What is a nested table and how is it different from a normal table?
How to define and use table alias names in oracle?
How to run the anonymous block again?
How to define an anonymous block?
What to do if the binary spfile is wrong for the default instance?
Whats the benefit of dbms_stats over analyze?
Can group functions be used in the order by clause in oracle?
Explain rename?
What are the predefined tablespaces in a database?
Does oracle charge for java?