How to check last update on table in db2?
No Answer is Posted For this Question
Be the First to Post Answer
Is db2 free?
How do you prepare a COBOL + DB2 program from coading till execution ?
I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?
where can we use index and subscript ? with example ?
What do you mean by between and in? Is between inclusive of specified range values?
I have some 3 particular fields ..i want to know which all tables have those 3 fields. Is there any way to identify.. can we know by quering system tables..
In db2, how do you insert multiple rows in 1 query using a.) Cursors, b.) Normal query?? Give syntax for both.
What is isolation level?
what is Static and dynamic linking
what is difference between Plan and Package
How to find the number of rows in a db2 table?
What is an EXPLAIN in DB2. How and what is the steps followed in EXPLAIN command. Can all the queries be used in EXPLAIN command to check the performance.