itemNumber列提供了每个商品(或列)的惟一标识,它上面还有列级约束,强制要求提供正确的值(NOT NULL)。
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).
在这个语法示例中,必须定义一个新列或者定义一个表级约束。
In this syntax example, you must either define a new column or define a new table-level constraint.
这意味着表必须有一个或多个列级或表级约束。
This implies that the table must have one or more columns or table-level constraints.
约束有两种类型:表级约束和列约束。
Constraints come in two types: table-level constraints and column constraints.
约束有两种类型:表级约束和列约束。
Constraints come in two types: table-level constraints and column constraints.
应用推荐