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
How to write html code in pl sql?
What is the left table in sql?
What is nvarchar max in sql?
Is it possible to update views?
What is java sql drivermanager?
What do you mean by dbms? What are its different types?
What is a trigger word?
What is example of database?
What is sql server and ase?
How do I find duplicates in sql?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
Is record in pl sql?
How do I count rows in sql?
How to rename a column in the output of sql query?
How do I know if I have sql express or standard?