Mention and explain the contention situations caused by locks?
What will the FREE command do to a plan?
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?
What is Call attach facility? How does it work?
Can we delete records from view?
What is meant by AUTO COMMIT?
What is the physical storage length of the data types date, time, and timestamp?
How will fetch last 5 rows from table in db2
Mention data types used in db2 ?
What is a plan and package in db2?
What if we fail to give values in columns declared as NOT NULL ?
what is the difference between normal select query and currosor
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?