Answer Posted / sandeep
select * from (select ename,sal,rank() over(order by sal desc) as ranks from emp)
where ranks=2;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a database schema in oracle?
How to delete a column in an existing table in oracle?
How do we create privileges in oracle?
What is a read write transaction in oracle?
How do we display rows from the table without duplicates?
Explain the features of oracle?
What are set operators?
How to convert a date to char in oracle? Give one example.
How to load excel data sheet to oracle database
Give the advantages and disadvantages of clusters.
How to start your 10g xe server?
What is a database table in oracle?
What are the different editions of oracle?
What is a table index in oracle?
 How to use an oracle sequence generator in a mapping?