how u can find the n row from a table?

Answer Posted / rama krishna

If you want nth record from table employee then..

select * from employee where rownum <= n
minus
select * from employee where rownum < n

the above query will suffice.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by temporal data?

546


What is sql partition function?

618


What is a clob in sql?

567


what is uncommittable transactions? : Transact sql

568


Why function is used in sql?

522






Can a table contain multiple primary key’s?

631


What is the difference between instead of trigger and after trigger?

512


What is 19 null in sql?

534


Why do we use function in pl sql?

558


What is type and rowtype in pl sql?

538


what is transaction? : Sql dba

532


Which one is faster ienumerable or iqueryable?

487


What is dba in sql? : SQL DBA

535


What is database migration?

519


Why schema is used in sql?

517