What is the command used by TSO users to invoke DB2?
Answers were Sorted based on User's Feedback
What is rct?
Explain what are the various isolation levels possible?
What is db2 command?
Explain about dbrm.
select * from orders where odate between '2010-01-01'and '2010-03-31' How do u fetch this into cursor?
How do you leave the cursor open after issuing a COMMIT? (for DB2 2.3 or above only)
what is dynamic cursor?gives syntax for this?
What is a Database Request Module(DBRM)?
What is consistency token in db2?
Can DASD types assigned to storage groups be intermixed (i.e., 3350s and 3380s)?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
In my table having 100 Rec. How can I delete the 7th row?? (we don't know what is data inside the table)