What is a storage group (stogroup)?
No Answer is Posted For this Question
Be the First to Post Answer
What is a composite index and how does it differ from a multiple index?
How are write I/Os from the buffer pool executed?
What is a NULL value? What are the pros and cons of using NULLS?
What is DCLGEN?
What is phantom read in db2?
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?
how can u nderstand the sql stmts executed successfully or not ?
1) I have 3 programs : PGMA, PGMB, PGMC. PGMA calls PGMB and PGMB calls PGMC. I have to do inserts, updates in all the 3 pgms. 2) Say PGMC has done its work successfully and returned to PGMB 3) PGMB had an SQL error while doing some update 4) PGMA has already done some updates before calling PGMB all are running under the same CICS region. What will happen if I issue SYNCPOINT ROLLBACK in PGMB when it abends ? Does all the changes in PGMA,B,C rollback ? (because all the pgms belong to same task).
why db2 is called as universal database?what is the storage capacity of db2v9 n what are the advantages of db2
What is deadlock in db2?
How can you display the current date & current time ?
Where do you specify them?