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 change user password in oracle?
What is dual table oracle?
What is a parameter file in oracle?
How do we create privileges in oracle?
How to get a create statement for an existing table?
How to define a specific record type?
What are the uses of linked server and explain it in detail?
How to add a new column to an existing table with a default value?
how the Oracle Prepares the Execution Plan and how it chooses the Optimal one?
How to fetch the row which has the max value for a column?
What do database buffers contain?
Give the various exception types.
When do we use group by clause in a sql query?
What are the various types of snapshots ?
What is oracle rownum?