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
How do you bind variables in oracle?
What is difference between truncate and delete?
How to use in conditions in oracle?
Which is better Oracle or MS SQL? Why?
Is oracle an operator?
How many objectname will be created for a single table drop function? Why 'flashback' query giving error "ORA-38312: original name is used by an existing object" while getting the table?
Explain do view contain data?
How to pass a cursor variable to a procedure?
Explain the use of indexes option in exp command.
What is materialized view in Oracle?
State and explain the different types of data models?
What is merge in oracle?
How to write a query with an inner join in oracle?
Point out the difference between user tables and data dictionary?
What is an oracle user role?