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

Answer Posted / manjunath

select level from dual connect by level<=150
minus select from dual connect by level<=120;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I tune a sql query?

749


What is number function in sql?

724


How can you fetch common records from two tables?

793


Does user triggers have entry for trigger with compilation errors?

806


what is top in tsql? : Transact sql

750


Does truncate free space?

720


what is the difference between undefined value and null value? : Sql dba

792


Can we call stored procedure in function?

718


how to shut down the server with 'mysqladmin'? : Sql dba

741


What is %s in sql?

771


what is 'mysqldump'? : Sql dba

772


How do I kill a query in postgresql?

763


What are the dml statements?

866


What is user defined functions?

752


how to get a list of columns in an existing table? : Sql dba

725