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

Answer Posted / mohan

select * from table_name where rownum between 100 and 120;

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do sql triggers work?

748


What has stored procedures in sql and how we can use it?

765


What is sql character function?

711


What does the argument [or replace] do?

807


where are cookies actually stored on the hard disk? : Sql dba

786






explain what is mysql? : Sql dba

787


What is the use of index in hive?

727


What is orm in sql?

723


What is difference between pl and sql?

713


Can we use ddl statements in stored procedure?

881


What is dml with example?

730


Explain normalization and what are the advantages of it?

692


What is data profiling in sql?

744


What is difference between hql and sql?

701


Why do we use joins?

777