What types of tables are there in the db2 database?
No Answer is Posted For this Question
Be the First to Post Answer
cobol-db2 runjcl please?
What is a DBRM, PLAN ?
What kind of database is db2?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.
What are data types?
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?
What is blu acceleration in db2?
What do you mean by storage group (stogroup)?
What is a SELECT statement?
In db2, how do you insert multiple rows in 1 query using a.) Cursors, b.) Normal query?? Give syntax for both.
What is the difference between cursor stability and repeatable read isolation levels?
what will be the output of the below given query, if no matching records are found : (a.) 0 (b.) null (c.) error select Avg(salary) from TableA where Deptno = 'insurance'