Why do chiropractors use drop table?
No Answer is Posted For this Question
Be the First to Post Answer
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!
17 Answers KNIT, Tech Mahindra,
Select empno, sal from emptbl where empno < 101.By this query can we fetch first 100 recs? where empno is primary key.It won't throw -811 error? if it wont,then what is use of cursor technique while fetching first 100 recs. Please need more clarification.
What is a clustering index?
What if we fail to give values in columns declared as NOT NULL ?
What is nvl in db2?
What is netezza database?
I use CS and update a page. Will the lock be released after I am done with that page?
What do you mean by storage group (stogroup)?
How would you move a tablespace (using STOGROUP) to a different DASD volume allocated to that tablespace?
What is correlation names?
Compare a subselect to a join?
How to create backup table in db2?