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 string data type in sql?

540


what are the differences between binary and varbinary? : Sql dba

540


How do I truncate a sql log file?

548


What are stored procedures used for?

543


Explain the significance of the & and && operators in pl sql.

579






What is the use of desc in sql?

504


What are different clauses used in sql?

601


Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com

2078


What are types of joins?

544


How do you write a subquery?

533


Describe different types of general function used in sql?

541


What is the difference between an inner join and an outer join?

526


Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?

558


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

560


what are all types of user defined functions? : Sql dba

556