• Constraints Supports, primary, foreign, unique, not null constraint.

    约束支持主键外键惟一约束

    youdao

  • If a NOT NULL constraint is specified, then the column must have a default value other than NULL.

    如果规定允许有空一个约束那么字段必须一个不同值的默认值。

    youdao

  • So in the example above, the NOT NULL constraint would get violated, and the INSERT statement would error out.

    因此,上面示例中,违反NOT NULL约束INSERT语句会出错。

    youdao

  • In Oracle 10g, if there is a BEFORE INSERT TRIGGER and a NOT NULL constraint on a table, then the BEFORE TRIGGER is executed first, and then the constraint check is performed.

    Oracle10g中,如果同时存在BEFORE INSERT触发器NOT NULL约束那么执行BEFORE触发器,然后执行约束检查。

    youdao

  • For example, if a before trigger supplies value to a NOT NULL column, then the before trigger is executed first and a value is supplied to the column so that the NOT NULL constraint isn't violated.

    例如如果BEFORE触发器一个NOTnull提供那么执行BEFORE触发器,给列提供值,所以不会违反NOT NULL约束

    youdao

  • 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)。

    youdao

  • A workaround to this is to supply a default value to the not NULL column whose value comes from a BEFORE INSERT TRIGGER, so that the constraint is not violated.

    一种解决方法BEFORE INSERT触发器取得NOT null提供默认值,这样不会违反约束

    youdao

  • Specifying this constraint through annotations means I no longer need to litter my code with repetitive conditionals that check for null and throw an exception on finding it.

    通过标注指定这个约束条件意味着代码不再重复的条件弄乱七八糟这些条件检查null 值,并且一旦找到该值就会抛出异常

    youdao

  • 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.

    唯一约束附加允许时,确保约束的列最多有一包含空

    youdao

  • 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.

    唯一约束附加允许时,确保约束的列最多有一包含空

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定