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

Answer Posted / subhradeep

select * from employees where rownum<102
minus(select * from employees where rownum<81)

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of procedures?

538


Explain how exception handling is done in advance pl/sql?

548


How can the performance of a trigger be improved?

588


Why should I use postgresql?

559


Which are the different types of indexes in sql?

552






how to add a new column to an existing table in mysql? : Sql dba

578


What does 0 mean in sql?

526


Write the command to remove all players named sachin from the players table.

732


What is trigger and types?

559


How many columns should be in an index?

516


Is sqlexception checked or unchecked?

535


What is normalization? How many normalization forms are there?

550


What are the built in functions of sql?

555


What are the string functions in sql?

523


what are different types of collation sensitivity? : Sql dba

549