Answer Posted / mahesh
select *from(select ename,sal,row_number()over(order by sal desc) rk from emp) where rk=2;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the execution control statements?
How to check your oracle database 10g xe installation?
What is an Oracle Instance?
What are the various types of snapshots ?
How do I limit the number of oracle database connections generated by weblogic server?
Explain the use of grant option in exp command.
How a database is related to tablespaces?
Can we protect our pl/sql source code?
how to join query for one source type is oracle another source type is sql server ?
Can I create users through internet explorer in oracle 10g?
How do we create privileges in oracle?
Explain the function of optimizer in oracle?
How to see the table columns used in an index?
How to assign query results to variables?
How to convert raw data type into text in oracle? Explain