A table has 150 records. How do you retrieve 100th row to
120th row from that table ?

Answer Posted / mohan

select * from table_name where rownum between 100 and 120;

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do foreign keys improve performance?

549


how to return query output in html format? : Sql dba

651


What is t sql used for?

551


What is error ora-12154: tns:could not resolve the connect identifier specified?

591


define sql update statement ? : Sql dba

579






What is query syntax?

523


column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.

6086


how is myisam table stored? : Sql dba

607


how many triggers are allowed in mysql table? : Sql dba

559


What is the difference between a primary key and a clustered index?

526


Define commit, rollback and savepoint?

578


What is sql used for?

647


When is the explicit cursor used ?

589


What does pl sql stand for?

657


How do I order by ascending in sql?

542