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
How to do clean up if create database failed?
How to create a table in a specific tablespace?
How to change system global area (sga) in oracle?
How to check your oracle database 10g xe installation?
What is SQL Tuning Advisor in Oracle?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
How can we force the database to use the user specified rollback segment?
How to start a specific oracle instance?
Is it possible to split the print reviewer into more than one region ?
What is a proxy class?
How to assign query results to variables?
When do I need to use a semicolon vs a slash in oracle sql?
What is blob datatype?
What is instant client oracle?
How to call a stored function in oracle?