Anybody can tell me, how do we find second largest emp
salary from emp table.. Thanks in advance ...
Answer Posted / raj
select max(sal) from emp where sal < (select max(sal) from
emp)
| Is This Answer Correct ? | 31 Yes | 1 No |
Post New Answer View All Answers
What is the implicit cursor in oracle?
What happens if you set the sga too low in oracle?
master table and child table performances and comparisons in Oracle ?
Why do we need oracle client?
How to use attributes of the implicit cursor in oracle?
How to upsert (update or insert into a table)?
How to pass parameters to procedures in oracle?
How to rename an existing table?
Explain the difference between a procedure and a function? What do you understand by those terms?
Where do you use decode and case statements?
Can you tell me how to add new column in existing views?how?How is possible?
State and explain about oracle instance?
What is oracle database client?
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
query optmization techniques and quwry analyser+projects+ppts