i want to know about mr.b.kotravel......who has answered
for second maxmium salary from employee table

Answer Posted / obulesu

select * from (select e.*,dense_rank() over(order by sal desc) r from emp e) where r=2;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Redo Log Buffer in Oracle?

630


How to insert a record into a table?

640


How to connect to a remote server?

557


How many data types are supported?

616


How to check the server version in oracle?

613






Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.

1646


How to use regular expression in pattern match conditions in oracle?

575


Can we insert data in view oracle?

535


How to define a data source name (dsn) in odbc manager?

527


How to delete a user account in oracle?

551


Explain integrity constraint?

644


How to execute a stored program unit?

583


What are the types of trigger in oracle?

573


How can I convert single byte kana characters into multi byte kana characters and vice-versa.

1933


What happens if you set the sga too low in oracle?

554