Can one database have multiple instances?
What is check constraint. Explain with example.
What will happen, while trying to close the closed cursor.
How does db2 sample database connect?
What are the isolation levels possible ?
What is cobol db2?
What are catalog tables in db2?
List out the three types of page locks that can be held.
Define check constraint.
What information is held in SYSIBM.SYSCOPY?
How to connect to db2 database from windows command line?
If I have 5 Queries in a DB2 Cobol program , while precompiling how many DBRMs will get created and How many Plans and Packages will get created while Bind Process?
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.