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
Name the operator which is used in the query for pattern matching?
Which table is left in join?
What is form and report?
What is snowflake sql?
Is it possible to sort a column using a column alias?
Why is the cursor important?
How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?
how can we take a backup of a mysql table and how can we restore it. ? : Sql dba
Can you call pl/sql package functions from within a fast formula?
What does <> sql mean?
Can we rollback delete command?
What is data profiling in sql?
Why is sql better than hql?
Does truncate need commit?
What version is sql?