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 many types of synonyms in Oracle?
What is the max number of columns in an oracle table?
How do I use unicode codesets with the weblogic jdriver for oracle driver?
What is raw datatype in oracle?
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
What is the scope of a local variable?
How to convert character types to numeric types?
What to do if the binary spfile is wrong for the default instance?
What are the database administrators utilities available?
what are archived logs?
what is a Nested Loop join?
What is rich query?
How to put more than 1000 values into an oracle in clause?
How to store pictures on to the database?
What is where clause in oracle?