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 difference between functional dependecy and multilevel dependency?
please explain.. DB architecture ...
State all possible different index configurations a table can possibly have?
What is Segment Advisor in Oracle?
What is oracle sid?
List the various oracle database objects?
What are the oracle built-in data types?
How to rename an index?
How can we view last record added to a table?
How to start your 10g xe server from command line?
What are the original export and import utilities?
How to end the current transaction in oracle?
how can we store any pdf file in oracle
Explain the difference between a procedure and a function? What do you understand by those terms?
How to use null as conditions in oracle?