find out the third highest salary?
Answer Posted / punit chauhan
select * from emp_record e1 where (3-1) = (select count ( distinct (e2.salary)) from emp_record e2 where e2.salary > e1.salary
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Is oracle the best database?
What are advantages of dateset in datastage?
Explain an exception and its types?
What happens if variable names collide with table/column names?
What are privileges and grants?
What is a static data dictionary in oracle?
What are the oracle built-in data types?
What is blob data type in oracle?
What is transaction control statement and how many types of transaction control statement in Oracle?
How do I limit the number of rows returned by an oracle query after ordering?
How to use in conditions in oracle?
How will you identify oracle database software release?
Explain the use of show option in imp command.
What are the different oracle database objects?
What happens to the indexes if a table is recovered?