find out the third highest salary?
Answer Posted / abhay
Select Top 1 sal from (select distinct top 3 sal from emp
order by sal desc)a order by sal
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
How can I see all tables in oracle?
What is procedure overloading in oracle?
What happens if variable names collide with table/column names?
What is the implicit cursor in oracle?
ABOUT IDENTITY?
What are the varoius components of physical database structure of oracle database?
How to convert dates to characters in oracle?
Is rowid unique in oracle?
Difference between varchar and varchar2 data types?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
How to connect asp pages to oracle servers?
How to do paging with oracle?
How to turn on or off recycle bin for the instance?
What is BBED in Oracle?