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

Answer Posted / nayana

select * from emp where rownum<121
minus(select * from emp where rownum<100)

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function that is used to transfer a pl/sql table log to a database table?

555


What is the use of sql trace?

481


in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.

1646


What is the maximum number of triggers, you can apply on a single table?

544


What are the triggers associated with image items?

620






What is localdb mssqllocaldb?

623


What are different types of queries in sql?

525


What is loop in pl sql?

576


Is primary key clustered index?

524


Where the sql database files are stored?

494


How do you update f as m and m as f from the below table testtable?

1084


What is meant by truncate in sql?

526


how to analyze tables with 'mysqlcheck'? : Sql dba

547


What will you get by the cursor attribute sql%rowcount?

551


What is a primary key? Explain

542