Answer Posted / arvind patil
select rownum,name,salary
from (select name,salary
from employee
order by salary desc )
where rownum=5;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is there an oracle sql query that aggregates multiple rows into one row?
Explain about integrity constraint?
6. Display the client name and order date for all orders using the traditional method.
In which language oracle has been developed?
How to drop an index?
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??
What is using clause and give example?
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??
What is the exact use of Collections?
Difference between the “verify” and “feedback” command?
What are the data types in oracle?
What is query image?
how to clone 9i Database on to 10g Database.
What is system tablespace?
What is the difference between sharding and replication?