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
Which join is like an inner join?
What is the use of procedures?
Is truncate ddl or dml?
Why use truncate instead of delete?
Is trigger a stored procedure?
How do you respond to dementia behavior?
Are null values same as that of zero or a blank space?
How does sql developer connect to oracle database?
What are the benefits of pl/sql packages?
Explain the difference between triggers and constraints?
Can a foreign key be a duplicate?
What is function and procedure in pl sql?
Which are the different character-manipulation functions in sql?
What is primary key sql?
What is on delete set null?