What is database reorganization?
No Answer is Posted For this Question
Be the First to Post Answer
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
Suppose there are many duplicate records in a Db2 table. What is the query to retrive only duplicate records?
How can you display the current date & current time ?
What does DML stand for and what are some examples of it?
What is check constraint. Explain with example.
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 the use of commit in db2?
How to restart a DB2 program?
What does a deadlock mean in DB2?
Can we declare cursor in Procudere division or open the cursor in the Working storage section. Is there any particular rules in the usage of cursors lifecycle
what is the syntax for FOR UPDATE CLAUSE in cursor declaration and how can u update using cursor? is it possible to update multiple rows at a time.
What is the STOSPACE Utility used for?