• An after-insert trigger on the IWH.EDITION table is not useful, as only rows with a status value of start would be intercepted.

    editionafter - insert触发器并非很有用因为只能截获statusstart记录

    youdao

  • If one or more insert triggers are defined on a table, each insert will result in the execution of the actions prescribed in the trigger definition.

    如果定义多个进行insert操作触发器,那么每次insert引起触发器定义中的动作的执行

    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

  • 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

  • Note: Alternatively you can create a database trigger to capture every INSERT on your table and tell it to validate the data as XML using the XMLVALIDATE function before performing the INSERT.

    注意可以选择创建一个数据库触发器捕捉每个INSERT操作,告诉执行INSERT之前使用XMLVALIDATE函数验证XML数据

    youdao

  • In trigger terminology, the INSERT, DELETE, or UPDATE that causes a trigger to be fired is known as the triggering event.

    触发器术语中INSERTDELETE或者UPDATE这些使得触发器启动的事件称作触发事件。

    youdao

  • In addition, triggers can now contain UPDATE, DELETE, and INSERT operations together in a single clause as the trigger event. For example.

    另外触发器现在可以在单一子句同时包含UPDATEDELETEINSERT操作作为一个触发器事件。

    youdao

  • When a specified SQL operation — a DELETE, INSERT, or UPDATE — occurs on a table, a trigger can be activated that defines a set of actions.

    指定SQL操作(如DELETE,INSERT或者是UPDATE操作)作用于某张表时,一个定义了操作触发器就可以激活

    youdao

  • If there were a trigger, for example, you would see that reflected in one or more additional insert, Update, or Delete entries in the access plan.

    例如如果触发器的话,那么就会访问计划中的多个insertUpdateDelete条目中反映出来

    youdao

  • If there were a trigger, for example, you would see that reflected in one or more additional insert, Update, or Delete entries in the access plan.

    例如如果触发器的话,那么就会访问计划中的多个insertUpdateDelete条目中反映出来

    youdao

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

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

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