What DB2 Catalog column tell you when an index needs table
reorganized ?
How do you retrieve the data from a nullable column?
wht displays the number of times a query modified ?
If I have a view which is a join of two or more tables, can this view be updatable?
What is JOIN and different types of JOIN.
In SPUFI suppose you want to select maximum of 1000 rows, but the select returns only 200 rows. What are the 2 SQLCODEs that are returned?
Why cursor is used in db2?
When reorg is used?
can we update the table by using cursors can anyone post the query?
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
What is view db2?
For Null indicator we have 3 values 0,-1,-2. 0->Not nulll -1->Null -2->Value truncated If ther is any possibility to have any positive value other than 0 in Null indicator.If it is so then when we will get and what is the value?