A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / mohan
select * from table_name where rownum between 100 and 120;
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
what are set operators in sql? : Sql dba
What is record variable?
Explain the the delete statements in sql?
What is the command used to fetch first 5 characters of the string?
What is rename in sql?
Does inner join remove duplicates?
what is the use of set statement in tsql? : Transact sql
What is the primary key?
What are the 3 modes of parameter?
What is difference between hql and sql?
What is cold data?
Can you select everything, but 1 or 2 fields, without writer's cramp?
What are the 3 types of behavioral triggers?
What is an alias command?
how does a local variable is defined using t-sql? : Transact sql