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 / tamilarasan
Say you have table with column "page_no" starts from 1 to
200.
Run the below query to get the desired answer
select page_no from book1 where mod(page_no,100) != 1
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can a key be both primary and foreign?
what's the difference between a primary key and a unique key? : Sql dba
What is varchar sql?
what are the security recommendations while using mysql? : Sql dba
How can I get the number of records affected by a stored procedure?
What is pl/sql language case sensitive?
List the different type of joins?
Can you join views in sql?
How to find 3rd highest salary of an employee from the employee table in sql?
What is primary key sql?
What is the sql*loader? : aql loader
how to check server status with 'mysqladmin'? : Sql dba
how to convert numeric values to character strings? : Sql dba
Is primary key always clustered index?
Where is all the data on the internet stored?