how u can find the n row from a table?

Answer Posted / santosh dwivedi

select * from
(
select rownum r,a.* from TableName a
)
where r=n'th

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is isam? : Sql dba

572


Which is faster joins or subqueries?

552


What are some emotional triggers?

568


Explain 3 basic parts of a trigger.

830


what are the authentication modes in sql server? How can it be changed? : Sql dba

701






When is the update_statistics command used?

570


Define the select into statement.

568


How does cross join work?

502


Why do we create stored procedures & functions in pl/sql and how are they different?

500


How do you rank data in sql?

515


What is time based sql injection?

486


Differentiate between % rowtype and type record.

731


What is the mutating table and constraining table?

556


what is the difference between primary key and unique key? : Sql dba

526


What is aggregate function in sql?

531