What is scrollable cursor in db2?
No Answer is Posted For this Question
Be the First to Post Answer
What are the functions in DB2?
Where besides the DB2 catalog is database object information stored by DB2?
How many databases can be created inside an instance in db2 ?
How can you quickly find out the number of rows updated after an update statement?
For unmatched rows returned from an outer join, the column values in the other table are set to null e.g If A OUTER JOIN B returns some unmatched rows from A, the corresponding column values in B will be set to null. What can be done so that a null value is not displayed for these columns?
What is index cardinality?
what is parm utility
What does it mean if the null indicator has -1, 0, -2?
How do I create a table MANAGER (EMP-NO, MANAGER) where MANAGER is a foreign key which references to EMP-NO in the same table? Give the exact DDL.
Explain db2.
what are stage one indexable predicates?
My cobol program(not having any sql statements) is calling another cobol program ( having sql statements), what is needed for compilation and run in jcls .