What happens in bind step in a db2 program?
No Answer is Posted For this Question
Be the First to Post Answer
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.
What is the difference between primary key & unique index ?
What is subquery ?
What is PRIME TABLE and what are the uses of it
Suppose we have a query for update update table1 set col1 = 'val1' where col2=(select .... from ...) suppose the subquery does not return any record, what will happen to update?
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
How to resolve -917 sql code in DB2?
Define declaration generator (dclgen).
What are the bind parameters ibm db2?
How do I delete a table in db2?
Explain about mirror activator disk mirroring?
what is plan? is plan executable or package?