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
What are the types of variable use in pl sql?
What is the largest value that can be stored in a byte data field?
Which command is used to call a stored procedure?
Mention what are different methods to trace the pl/sql code?
Is left join faster than join?
discuss about myisam key cache. : Sql dba
Describe different types of general function used in sql?
What is dense_rank in sql?
What is composite primary key in sql?
Is not equal in sql?
Does sql support programming?
What is an example of translating a date into julian format?
What are the different types of constraints?
How can we make an if statement within a select statement?
Why do we need sharding?