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
What is the minimum client footprint required to connect c# to an oracle database?
What is a sub query? Describe its types?
What are the ways tablespaces can be managed and how do they differ?
Point out the difference between user tables and data dictionary?
How can you use check constraints for self referential integrity?
How to use existing values in update statements using oracle?
Can a formula column referred to columns in higher group ?
What is varray?
How to compare dates in oracle sql?
What is an oracle user role?
What are the oracle built-in data types?
Are truncate and delete commands same? If so why?
Explain the use of inctype option in exp command.
What are dml statements in oracle?
What is system tablespace?