您要查找的是不是:
- DML statements can have up to two children. DML语句最多可以有两个子级。
- Like DML triggers, DDL triggers can be nested. 与DML触发器相同,可以嵌套DDL触发器。
- Both DML and DDL triggers are open to this kind of security threat. 对于此类安全隐患,DML和DDL触发器都处于打开状态。
- DDL triggers and DML triggers are used for different purposes. DDL触发器和DML触发器的用处不同。
- Is the table or view on which the DML trigger is executed. 对其执行DML触发器的表或视图。
- The model consists of four layers-DDL, DML, DPL and CL. 该模型分为数据定义层DDL、数据操纵层DML、数据显示层DPL和控制层CL四层,这里重点阐述了DDL和DML层。
- DML locks are not acquired on the data of the temporary tables. DML锁不会在临时表上使用。
- So wo think that DML can treat presbycusis effectively. 因此认为碟脉灵对老年性耳聋有一定的治疗作用,可提高听阈。
- However, they do not see the changes made by the DML statement itself. 这些查询无法看到其所在DML语句对数据的修改。
- You should avoid compressing tables with much update or other DML activity. 用户应该避免对可能存在大量DML操作的表进行压缩。
- Method DML 30ml in 5% glucos e 500ml ivdrop once a day,last 14 days. 方法:碟脉灵注射液30ml加5%25葡萄糖500ml静滴,每日1次,疗程为14d。
- Describes the type of DML statement (SELECT, INSERT, UPDATE, or DELETE) on which the threads have permissions. 说明线程对其具有权限的DML语句的类型(SELECT、INSERT、UPDATE或DELETE)。
- An IF UPDATE() clause inside a DML trigger body returns TRUE if these columns are updated. 如果这些列已更新,则DML触发器主体中的IF UPDATE()子句将返回TRUE。
- The OUTPUT clause is not supported in any DML statements that target remote tables or views. 针对远程表或视图的任何DML语句都不支持OUTPUT子句。
- To view examples of DML AFTER triggers that update multiple rows, see Multirow Considerations for DML Triggers. 若要查看可更新多个行的DML AFTER触发器示例,请参阅DML触发器的多行注意事项。
- The following DML trigger prints a message to the client when anyone tries to add or change data in the Customer table. 表中添加或更改数据,下列DML触发器将向客户端显示一条消息。
- For these columns, an IF UPDATE() clause inside a DML trigger body returns TRUE if the columns are updated. 对于这些列,如果它们已更新,则DML触发器正文中的IF UPDATE()子句将返回TRUE。
- Sometimes, the data modification statements are collectively known as the data modification language (DML) part of SQL. 有时,这些数据修改语句被一并称为SQL的数据修改语言(DML)部分。
- By default, both DML and DDL triggers execute under the context of the user that calls the trigger. 默认情况下,在调用触发器的用户的上下文中执行DML和DDL触发器。
- The trigger actions specified in the Transact-SQL statements go into effect when the DML or DDL operation is tried. 尝试DML或DDL操作时,将执行Transact-SQL语句中指定的触发器操作。