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 the purpose of using commit?
What db2 400?
What is coalesce in db2?
Is it possible using max on a char column?
what is a corelated subquerry?
What is a Foreign Key?
What is lock escalation in db2?
What's The Error Code For Unique Index Voilation?
can all users have the privilage to use the sql statement select * (dml)?
What is the maximum length of sqlca?
How can deadlocks be resolved?
What are the uses of db2 optimizer?
What is sqlca?
is it compulsory commitment control in journal?
How do I add a column to an existing table in db2?