How to execute stored procedure in db2 command editor?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
What is a recovery log?
how to resolve -805. give clear explination for that
How would the varchar column remarks defined?
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?
How many sub queries can you combine together ?
how to check the table is empty or not?
What are the various locking levels available?
Suppose there are many duplicate records in a Db2 table. What is the query to retrive only duplicate records?
Explain the function of data manager.
Explain db2.
How to resolve -803 sql code in DB2?