... Drop PROCEDURE --从数据库中删除存储过程 Create TRIGGER --创建一个触发器 Drop TRIGGER --从数据库中删除触发器 ...
基于52个网页-相关网页
完成验证后,实用程序即创建一个增量值为1的序列对象,并为相关联的表创建一个触发器。
After this verification, the utility creates a sequence object with an increment value of 1, and then creates a trigger for the associated table.
您还需要为update操作创建一个类似的触发器,以确保位列上的值是正确的。
A similar trigger for UPDATE needs to be created to ensure the correct values of bit columns.
注意:您也可以选择创建一个数据库触发器来捕捉表上的每个INSERT操作,并告诉它在执行INSERT之前使用XMLVALIDATE函数验证XML数据。
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.
应用推荐