The itemNumber column provides a unique identity for each item (or row) and has an attached column-level constraint that enforces a valid value to always be supplied (NOT NULL).
itemNumber列提供了每个商品(或列)的惟一标识,它上面还有列级约束,强制要求提供正确的值(NOT NULL)。
Syscat.references Contains a row for each referential constraint db2 select constname, tabname, refkeyname, reftabname, colcount, deleterule, updaterule from syscat.references.
references为每个参照约束保持一个行db2select constname,tabname,refkeyname,reftabname,colcount,deleterule,updaterule from syscat . references。
Syscat.tabconst Contains a row for each unique (u), primary key (p), foreign key (f), or table check (k) constraint db2 select constname, tabname, type from syscat.tabconst.
tabconst为每个唯一性(U)、主键(p)、外键(f)或者表检查(K)约束保持一个行db2select constname,tabname,typefrom syscat . tabconst。
Syscat.checks Contains a row for each table check constraint db2 select constname, tabname, text from syscat.checks.
checks为每个表检查约束保持一个行db2select constname,tabname,textfrom syscat . checks。
Syscat.constdep Contains a row for each dependency of a constraint on some other object db2 select constname, tabname, btype, bname from syscat.constdep.
constdep为其他对象上约束的每个依赖项保持一个行db2select constname,tabname,btype,bname from syscat . constdep。
SYSCAT.COLCHECKS Contains a row for each column that is referenced by a table check constraint db2 select constname, tabname, colname, usage from syscat.colchecks
COLCHECKS为表检查约束所引用的每个列保持一个行db2select constname,tabname,colname,usage from syscat.colchecks
When you attach a unique constraint to a column allowing null values, you ensure that at most one row will have a null value in the constrained column.
当将唯一约束附加到允许空值的列时,请确保在约束的列中最多有一行包含空值。
The greatest lower bound of constraint was the bound of tasks for satisfying the constraint and can be used to guarantee the "meet row" weakly hard real-time constraint.
下确界限制用于保证任务满足“至少满足”弱硬实时限制,是任务满足限制的下确界。
The greatest lower bound of constraint was the bound of tasks for satisfying the constraint and can be used to guarantee the "meet row" weakly hard real-time constraint.
下确界限制用于保证任务满足“至少满足”弱硬实时限制,是任务满足限制的下确界。
应用推荐