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 difference between cluster and non-cluster index?

807


What is the difference between instead of trigger and after trigger?

697


what is innodb? : Sql dba

762


what is the difference between sql and t-sql? : Transact sql

809


How many types of literals are available in pl sql?

751






How to rename a table?

766


Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10

1899


How do you write an inner join query?

694


What is the size of partition table?

742


Is mariadb nosql?

767


What are stored procedures in mysql?

760


Is progress software supports to ( pl/sql )?

717


How delete all data from all tables in sql?

687


What is the difference between partition and index?

658


How many types of triggers exist in pl/sql?

730