导航菜单

DML是什么意思_翻译中文_怎么读

DML

网络释义:数据操作语言(Data Manipulation Language);数据操纵语言;数据操作语句

网络释义

1.数据操作语言(Data Manipulation Language)某些数据操作语言 (DML) 操作(例如表截断)使用 Sch-M 锁阻止并发操作访问受影响的表。数据库引擎在编译和执行查询时使 …

2.数据操纵语言数据操纵语言(DML):负责数据的操纵,包括查询及增、删、改变等操作数据库控制语言(DCL):负责数据完整性、安全性的定 …

3.数据操作语句所有的数据操作语句DML)在执行时要尽可能地减少冲突,还要防止并发事务之间破坏性的相互操作。破坏性的相互操作是 …

4.数据操纵语句当用户在PL/SQL 中使用数据操纵语句DML)时,oracle预先定义一个名称为SQL的隐式游标,通过检查隐式游标的属性获取 …

5.数据管理语言(Data Management Language)u 在并发执行数据管理语言DML)和装载时高效的维护使用传统的B树索引来大表全面索引的话会造成高昂的空间占用,因为 …

例句释义:,数据操纵语言,数据操作语句

1.Query Designer allows you to design SELECT, INSERT, UPDATE and DELETE DML statements, while views can only contain SELECT statements.查询设计器允许设计SELECT、INSERT、UPDATE和DELETEDML语句,而视图只能包含SELECT语句。

2.The partitions are overlapping, and DML updates made at the Subscriber cannot change the partition to which a row belongs.分区是重叠的,订阅服务器上执行的DML更新无法更改行所属的分区。

3.Sometimes , the data modification statements are collectively known as the data modification language (DML) part of SQL .有时,这些数据修改语句被一并称为SQL的数据修改语言(DML)部分。

4.SQL is also commonly known as a DML, but it cannot be directly used from an apppcation program.SQL通常也被称为数据修改语言,但它不能由应用程序直接使用。

5.As mentioned previously in the section "Creating a Database, " the manipulative component of SQL is called Data Manipulation Language (DML).像前面“创建数据库”部分所讲的,SQL的控制部分叫做数据控制语言,简称“DML”。

6.DML triggers are frequently used for enforcing business rules and data integrity.DML触发器经常用于强制执行业务规则和数据完整性。

7.A DML trigger cannot be created on a temporary or system table, although DML triggers can reference temporary tables.虽然DML触发器可以引用临时表,但不能对临时表或系统表创建DML触发器。

8.DML has also recently been awarded a separate contract for a number of MEP (Miptary Enhancement Programme) vehicles.近期,DML公司还获得了一个独立的军事增强计划(MEP)车辆合同。

9.To disable a DML trigger, at a minimum, a user must have ALTER permission on the table or view on which the trigger was created.若要禁用DML触发器,用户必须至少对为其创建触发器的表或视图具有ALTER权限。

10.Describes the type of DML statement (SELECT, INSERT, UPDATE, or DELETE) on which the threads have permissions.说明线程对其具有权限的DML语句的类型(SELECT、INSERT、UPDATE或DELETE)。