find out the third highest salary?
Answer Posted / nitin berwal
select top 1 salary from(select top 3 salary from emp order
by desc) a
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain a segment?
How to add a new column to an existing table in oracle?
Where do we use decode and case statements?
How to grant create session privilege to a user in oracle?
How to load excel data sheet to oracle database
How to write a query with a left outer join in oracle?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
Difference between open_form and call_form in oracle.
What are the tools for Oracle ?
What is meant by joins? List out the types of joins.
Explain about functional dependency and its relation with table design?
How to store pictures on to the database?
What is a package in oracle?
Hi Masters, in Oracle Applications 11i, we hace 2 functions using the same form, i need to create 1 personalization, but that code must afect only one function.... how can i do that?
What is the fastest query method to fetch data from the table?