Answer Posted / kamal singh
It comes into existencw when constraint checking is
suspended for a particular table. Let me explain with the
help of an example:
If we want to temporarily suspend constraint checking for a
table named EMPLOYEES and deny read-only access to that
table while constraint checking is turned off, we could do
so by executing a SET INTEGRITY statement that looks
something like this:
SET INTEGRITY FOR EMPLOYEES OFF
When constraint checking is suspended for a particular
table, that table is placed in "Check Pending" state to
indicate that it contains data that has not been checked
(and that may not be free of constraint violations). While
a table is in "Check Pending" state, it cannot be used in
insert, update, or delete operations, nor can it be used by
any DB2 UDB utility that needs to perform these types of
operations. In addition, indexes cannot be created for a
table while it is in "Check Pending" state, and data stored
in the table can be retrieved only if the access mode
specified when the SET INTEGRITY statement was used to
place the table in "Check Pending" state allows read-only
access.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Is db2 relational database?
Mention the different locking levels that are available in db2.
Is db2 free?
What is reorg?
What's The Error Code For Unique Index Voilation?
What is load replace in db2?
Describe major components of db2?
What is the maximum size of varchar data type in db2?
What is check constraint in db2?
Explain the contention situations caused by locks?
What is ibm db2 client?
What are types of indexes?
What is with ur in db2?
What are the contents of a dclmgen?
What is an instance database?