createtrigger信息详情
createtrigger创建触发器
uncreated love───未创造的爱
kahoot create───kahoot创建
recreated───v.再创造;再制定;(使)再次经历;娱乐,消遣(recreate的过去式及过去分词)
procreate free───不生育
compiler did not create the───编译器没有创建
created by───由…创建
create video───创建视频
procreate───vt.生殖;vi.生育(子女);产生
miscreated───v.误造(miscreate的过去式和过去分词);adj.残废的;丑的;畸形的
case created───案例已创建
The CREATE TRIGGER statement creates a trigger associated with a table in the database, and stores the trigger in the database.───CREATETRIGGER语句创建与数据库中的表关联的触发器,并在数据库中存储触发器。
The WITH APPEND option of CREATE TRIGGER can be used to create multiple triggers of the same type.───可以使用CREATETRIGGER的WITHAPPEND选项创建同一类型的多个触发器。
Modifies the definition of a DML, DDL, or logon trigger that was previously created by the CREATE TRIGGER statement.───修改CREATETRIGGER语句以前创建的DML、DDL或登录触发器的定义。
Modifies the definition of a DML or DDL trigger that was previously created by the CREATE TRIGGER statement.───修改以前使用CREATETRIGGER语句创建的DML或DDL触发器的定义。
For more information about the parameters that are used in the ALTER TRIGGER statement, see CREATE TRIGGER (Transact-SQL).───有关ALTERTRIGGER语句所使用参数的详细信息,请参阅CREATETRIGGER(Transact-SQL)。
For a full description of trigger syntax, see CREATE TRIGGER statement.───有关触发器语法的完整说明,请参见CREATETRIGGER语句。