suppose u hav 1 book with set...page 1-100 n 101 -200
now print page from 2-100 n 102 -200...
how we will do..?

Answer Posted / tarun

select page_no from book1 where page_no between 2 and 100 or
page_no between 102 and 200

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is pl sql different from sql?

534


What is out parameter used for eventhough return statement can also be used in pl/sql?

586


How do I remove all records from a table?

568


Is sql a backend?

549


what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba

621






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

548


What is Histogram?

1103


How to combine two stored procedures in sql?

593


How to run pl/sql statements in sql*plus?

594


What are commit, rollback, and savepoint?

569


What is a relationship and what are they?

580


Should I use mbr or gpt?

546


what is the difference between join and union? : Sql dba

548


When is the explicit cursor used ?

588


What are the types of keys?

514