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 a boolean in sql?

526


Is primary key a clustered index?

537


First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.

1142


how to convert numeric values to character strings? : Sql dba

569


Can you selectively load only those records that you need? : aql loader

615






What are the limitations of sql express?

530


how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba

513


which command using query analyzer will give you the version of sql server and operating system? : Sql dba

526


How to disable a trigger name update_salary?

678


Why cannot I use bind variables in ddl/scl statements in dynamic sql?

669


How do I know if I have sql express or standard?

604


How to select 10 records from a table?

650


What is the difference between clustered and non-clustered indexes?

603


How does sql*loader handles newline characters in a record? : aql loader

588


What do you mean by stored procedures? How do we use it?

525