Which catalog tables contain authorization information?
What is alias in db2?
When do you use the IMAGECOPY?
What is db2 optimizer?
What does the CHECK Utility do ?
Suppose if I need to update a column, how you do that using cursor?
5 rows are inserted to a DB2 Table. Next 3 of those are updated, then a rollback is issued. What would happen when the rollback is issued?
What is declare cursor?
Define sqlca.
what is the total syntax for fetch ? can any one please give me all the details of fetch ? thx
What is normalization and what are the five normal forms?
Consider that a package is bound into 2 different collections and the PKLIST option specifies both the collections. If the collection id is not specified in the program while executing the SQL query, then when the DB2 system will search the package list, which collection will it pick up or will it give an error/abend?
Q1. How will you use two different DB2 qualifiers in a single COBOL program? Suppose we have 2 tables EMP1 and EMP2 with same structure defined in two different DB2 qualifiers QUAL1.EMP1 and QUAL2.EMP2 now during first 15 days we want to use QUAL1.EMP1 and rest of the days QUAL2.EMP2 how will we do this. We can create a single program and a single load for this program.