find out the third highest salary?
Answer Posted / mahesh
select * from emp where sal<(select max(sal) from emp
where sal<(select max(sal) from emp))
| Is This Answer Correct ? | 11 Yes | 10 No |
Post New Answer View All Answers
What is the implicit cursor in oracle?
What is private procedure oracle?
Explain an exception and its types?
How to create an oracle database?
Why should I use oracle database?
Select all the employees who were hired in last 2 years and who works in dept where max managers are working.
How many types of table in Oracle?
How to use "for" statements in oracle?
In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??
IS it possible to built the oracle database without setting the kernal parameters?
What is logical backup in oracle?
What is hash cluster in oracle?
Please explain oracle data types with examples?
What is the relationship among database, tablespace and data file?
How can we delete duplicate rows in a table?