find out the third highest salary?
Answer Posted / shivaprasad
select distinct top 1 Salary from(select distinct top 3
Salary from Employee order by Salary DESC)temp order by
Salary;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does the on-delete-cascade statement work?
How to define an explicit cursor in oracle?
Why do we use coalesce function in oracle?
How to retrieve data from an explicit cursor?
What is a subquery in oracle?
How to define a data field as not null?
What are the various oracle database objects?
Is oracle an open source?
Explain the use of ignore option in imp command.
Give the various exception types.
What is an oracle?
What are temporal data types in oracle?
What is integrity and what is constraint??Explain with example
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
What are oracle functions?