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

How do sql triggers work?

551


How many types of triggers are there in pl sql?

572


how is myisam table stored? : Sql dba

604


What is a temporal data type?

595


What are the possible values that can be stored in a boolean data field?

517






What is the clause we need to add in function body to return variable?

538


Advantages and disadvantages of stored procedure?

579


What are the different types of constraints?

562


what is a field in a database ? : Sql dba

544


How can you get sql*loader to commit only at the end of the load file? : aql loader

553


Which is the correct statement about truncate and delete?

526


What is posting?

606


how to enter characters as hex numbers? : Sql dba

569


How to take user input in pl sql?

705


Is pl sql a scripting language?

589