Write query to fetch second maximum salary from employee table.
Answer Posted / santosh kumar
select * from(select rownum r,ename,sal from(select * from emp order by sal desc))where r=2;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is oracle database 10g express edition?
How to rename an index in oracle?
What is oracle in java?
What happens to the current transaction if the session is killed?
If a parameter is used in a query without being previously defined, what diff. exist betw. report 2.0 and 2.5 when the query is applied ?
Explain the use of record length option in exp command.
How to unlock the sample user account in oracle?
How do I limit the number of oracle database connections generated by weblogic server?
How to update values in a table in oracle?
Explain the use of compress option in exp command.
What happens to the data files if a tablespace is dropped?
Explain the use of analyse option in exp command.
Explain joins in oracle?
What are the data types in oracle?
How do I find my oracle client driver version?