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 / rajesh venati
Actually i didn't get u r question exactly, As per above
question, it will also work
select page_no from book where page_no not in(1,101);
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
In a distributed database system, can we execute two queries simultaneously?
What are all the ddl commands?
How show all rows in sql?
How do I view a procedure in sql?
Name some usages of database trigger?
What is the use of double ampersand (&&) in sql queries? Give an example
Cite the differences between execution of triggers and stored procedures?
what are the nonstandard string types? : Sql dba
What are different sql data types?
Why plvtab is considered as the easiest way to access the pl/sql table?
How many row comparison operators are used while working with a subquery?
what is a join? : Sql dba
What are the usages of sql?
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
What is a table partition?