Define data page.
No Answer is Posted For this Question
Be the First to Post Answer
What is catalog database in db2?
What is db2 command?
I have 1000 rows in a db2 table.I want to update first 100 records,How do I do it?
how do you resolve -818 error in db2. where we have to see time stamp token. i said by seeing in load module and plan .is it correct or not. give clear explination for how to see time stamp token
What is the max length of sqlca?
How many databases are there?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
What is difference between rollback and commit?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.
Is schema the same as database?
wht r the requirements for writing a cobol-db2 pgm ?
4. A DB2 application is bound with uncommitted Read isolation level.It issues a request that retrieves 20 rows out of 200000 in the table. Which of the following descrbes the rows that are locked as a result of this request? a. None of the rows are locked. B.The retrieved rows are locked. C.The last row of the result set is locked. D.The rows not previously updated by another application are locked.