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 java sql drivermanager?

534


What is form and report?

506


How is a process of pl/sql compiled?

584


Differentiate pl/sql and sql?

551


What is cold data?

491






what is self join and what is the requirement of self join? : Sql dba

671


Any attempt to navigate programmatically to disabled form in a call_form stack is allowed?

569


What are stored procedures used for?

526


Why we use sql profiler?

549


What is pls integer?

574


What are different joins used in sql?

545


Does group by remove duplicates?

534


What is sqlerrm?

533


how to do backup entire database? : Transact sql

602


What is the difference between python and sql?

511