What will the FREE command do to a plan?
Answers were Sorted based on User's Feedback
How can you split a table in to exactly half?
What are the three lock types?
What happens to a cursor after a commit?
What is deadlock?
What is the use of DELGEN in DB2? Can we Write the program with out using it?
What are the functions in DB2?
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
How to resolve -803 sql code in DB2?
How do I create a table MANAGER (EMP-NO, MANAGER) where MANAGER is a foreign key which references to EMP-NO in the same table? Give the exact DDL.
Which are the db2 tools to protect integrity of the database?
How to find schema of a table in db2?
4. A DB2 application is bound with uncommitted Read isolation level.It issues a request that retrieves 20 rows out of 200000 in the table. Which of the following descrbes the rows that are locked as a result of this request? a. None of the rows are locked. B.The retrieved rows are locked. C.The last row of the result set is locked. D.The rows not previously updated by another application are locked.