Once you create a view, where would information about the
view be stored?
What db2 400?
Differentiate between cs and rr isolation levels? Where do you specify them?
This was related to -811 sqlcode, In a COBOL DB2 program which accesses employee table and selects rows for employee 'A', it should perform a paragraph s001-x if employee 'A' is present. In this case it gets -811 sqlcode, but still it process the paragraph s001-x. What could be wrong in my code.
What is a DB2 bind?
What is the purpose of the QUIESE Utility?
What is the syntax for creating a table in the db2 database?
What is db2 command?
Where can you declare a cursor in a cobol-db2 program?
What are the two types of logging in the db2 database? Explain them.
How can record locking be achieved in those DB2 versions which do not support it?
How do you check for a null value in a db2 column?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.