I have a table which has thousand of records i want to
fetch only record num 100 to record num 200. Write a query
that satisfies this criteria.(Cant use any keys)
Anyone please reply ASAP!
Answer Posted / om prakash yadav
select * from <Table name> where <condition>
condition:- using BETWEEN
eq:-
select * from emp where empno between( 100 to 200).
| Is This Answer Correct ? | 11 Yes | 17 No |
Post New Answer View All Answers
What is deadlock in db2?
What is bind package and plan in db2?
What is package in db2 mainframe?
Explain the contention situations caused by locks?
What is the role of data manager in the db2 database?
Define predicate?
What is schema in db2?
What is a Foreign Key?
What is the function of logging in the db2 database?
What is the difference between db2 and oracle?
How to run db2 command in windows?
What is db2 bind process?
What is explain plan in db2?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
Can we insert update delete in view?