您要查找的是不是:
- DML statements can have up to two children. DML語(yǔ)句最多可以有兩個(gè)子級。
- Like DML triggers, DDL triggers can be nested. 與DML觸發(fā)器相同,可以嵌套DDL觸發(fā)器。
- Both DML and DDL triggers are open to this kind of security threat. 對于此類(lèi)安全隱患,DML和DDL觸發(fā)器都處于打開(kāi)狀態(tài)。
- DDL triggers and DML triggers are used for different purposes. DDL觸發(fā)器和DML觸發(fā)器的用處不同。
- Is the table or view on which the DML trigger is executed. 對其執行DML觸發(fā)器的表或視圖。
- The model consists of four layers-DDL, DML, DPL and CL. 該模型分為數據定義層DDL、數據操縱層DML、數據顯示層DPL和控制層CL四層,這里重點(diǎn)闡述了DDL和DML層。
- DML locks are not acquired on the data of the temporary tables. DML鎖不會(huì )在臨時(shí)表上使用。
- So wo think that DML can treat presbycusis effectively. 因此認為碟脈靈對老年性耳聾有一定的治療作用,可提高聽(tīng)閾。
- However, they do not see the changes made by the DML statement itself. 這些查詢(xún)無(wú)法看到其所在DML語(yǔ)句對數據的修改。
- You should avoid compressing tables with much update or other DML activity. 用戶(hù)應該避免對可能存在大量DML操作的表進(jìn)行壓縮。
- 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. 說(shuō)明線(xiàn)程對其具有權限的DML語(yǔ)句的類(lèi)型(SELECT、INSERT、UPDATE或DELETE)。
- An IF UPDATE() clause inside a DML trigger body returns TRUE if these columns are updated. 如果這些列已更新,則DML觸發(fā)器主體中的IF UPDATE()子句將返回TRUE。
- The OUTPUT clause is not supported in any DML statements that target remote tables or views. 針對遠程表或視圖的任何DML語(yǔ)句都不支持OUTPUT子句。
- To view examples of DML AFTER triggers that update multiple rows, see Multirow Considerations for DML Triggers. 若要查看可更新多個(gè)行的DML AFTER觸發(fā)器示例,請參閱DML觸發(fā)器的多行注意事項。
- The following DML trigger prints a message to the client when anyone tries to add or change data in the Customer table. 表中添加或更改數據,下列DML觸發(fā)器將向客戶(hù)端顯示一條消息。
- For these columns, an IF UPDATE() clause inside a DML trigger body returns TRUE if the columns are updated. 對于這些列,如果它們已更新,則DML觸發(fā)器正文中的IF UPDATE()子句將返回TRUE。
- Sometimes, the data modification statements are collectively known as the data modification language (DML) part of SQL. 有時(shí),這些數據修改語(yǔ)句被一并稱(chēng)為SQL的數據修改語(yǔ)言(DML)部分。
- By default, both DML and DDL triggers execute under the context of the user that calls the trigger. 默認情況下,在調用觸發(fā)器的用戶(hù)的上下文中執行DML和DDL觸發(fā)器。
- The trigger actions specified in the Transact-SQL statements go into effect when the DML or DDL operation is tried. 嘗試DML或DDL操作時(shí),將執行Transact-SQL語(yǔ)句中指定的觸發(fā)器操作。