dml

dml

1. *Query evaluation engine, which executes low-level instructions generated by the DML compiler.

*查询赋值, 运行低水平被 DML 编辑者产生的指令。

2. DDL operations also acquire DML locks (data locks) on the schema object to be modified.

5.各位大佬能不能给一些查找死锁原因和相应的解决之道啊!

3. Delayed DML and decreased amplitude of CMAP are found in ALS patients. The amplitude of CMAP is a sensitive parameter related to the severe of ALS.

ALS患者可出现DML延长和CMAP波幅降低,二者比较后者的改变更显著;

4. 226 DDL operations also acquire DML locks (data locks) on the schema object to be modified.

DDL操作还需要获取被修改方案对象上的DML锁(数据锁)。

5. DDL triggers and DML triggers are used for different purposes.

DDL触发器和DML触发器的用处不同。

6. 115 The execution of DDL statements differs from the execution of DML statements and queries, because the success of a DDL statement requires write access to the data dictionary.

DDL语句的执行与DML语句及查询的执行有所区别,因为DDL语句执行时需要向数据字典中写入数据。

7. DML trigger

DML触发器

8. DML triggers are scoped to the schema of the table or view on which they are created.

DML触发器的作用域是为其创建该触发器的表或视图的架构。

9. DML statements can have up to two children.

DML语句最多可以有两个子级。

10. DML locks are not acquired on the data of the temporary tables.

DML锁不会在临时表上使用。

11. MDX provides additional intrinsic functions, seamless integration of user-defined functions, enhanced data definition language (DDL) statements, and new data manipulation language (DML) statements.

MDX提供新增的内部函数、与用户定义函数的无缝集成、增强的数据定义语言(DDL)语句以及新增的数据操作语言(DML)语句。

12. Object_name specifies the name of a Transact-SQL stored procedure, scalar function, multistatement table-valued function, or Transact-SQL DML trigger that contains statement_text.

object_name指定其中包含statement_text的Transact-SQL存储过程、标量函数、多语句表值函数或Transact-SQL DML触发器的名称。

13. The OPTIMIZATION_GOAL option controls whether Adaptive Server Anywhere optimizes SQL data manipulation language (DML) statements for response time or total resource consumption.

OPTIMIZATION_GOAL选项控制Adaptive Server Anywhere为响应时间还是总资源消耗而优化SQL数据操作语言(DML)语句。

14. A DML Language Implementation Based on Mobile Equipment

一种基于移动设备的DML语言的实现

15. Like DML triggers, more than one DDL trigger can be created on the same Transact-SQL statement.

与DML触发器相同,可以为同一个Transact-SQL语句创建多个DDL触发器。

16. Like DML triggers, DDL triggers can be nested.

与DML触发器相同,可以嵌套DDL触发器。

17. Parallel query and parallel DML work with bitmap indexes as with traditional indexes.

与普通索引一样,位图索引能与并行查询和并行DML一起工作。

18. A stored procedure that executes in response to a data manipulation language (DML) or data definition language (DDL) event.

为响应数据操作语言(DML)事件或数据定义语言(DDL)事件而执行的存储过程。

19. The same mechanism is used for all types of DML statements, including UPDATE, INSERT, and DELETE statements.

事实上各类DML语句的约束检查机制均相同,这些DML语句包括UPDATE,INSERT,及DELETE语句。

20. 151 The following sections discuss DML locks, DDL locks, and internal locks.

以下各节将讨论DML锁,DDL锁,闩锁及内部锁。

21. However, concurrent DDL operations, and concurrent DML operations that acquire Sch-M locks, cannot be performed on the table.

但是,无法针对表执行获取Sch-M锁的并发DDL操作和并发DML操作。

22. SQL> alter session enable parallel dml;

作者:佚名技巧来源:不详点击数:更新时间:2006-10-17

23. Using DML Triggers That Include COMMIT or ROLLBACK TRANSACTION

使用包含COMMIT或ROLLBACK TRANSACTION的DML触发器

24. For example, if user Mary executes a DELETE statement that causes DML trigger DML_trigMary to run, the code inside DML_trigMary executes in the context of the user privileges for Mary.

例如,如果用户Mary执行可以使DML触发器DML_trigMary运行的DELETE语句,则DML_trigMary中的代码将在Mary的用户特权上下文中执行。

25. Execute immediate 'alter session enable parallel dml';

修改会话并行;

26. The storage manager translates the various DML statements into low-level file-system commands.

储藏器将各种不同的 DML 陈述翻译成低水平系统指令文件。

27. As mentioned previously in the section “Creating a Database,” the manipulative component of SQL is called Data Manipulation Language (DML).

像前面“创建数据库”部分所讲的,SQL的控制部分叫做数据控制语言,简称“DML”。

28. Appears in the context of a Transact-SQL stored procedure, scalar function, multistatement table-valued function, or Transact-SQL DML trigger in the current database.

出现在当前数据库内的Transact-SQL存储过程、标量函数、多语句表值函数或Transact-SQL DML触发器的上下文中。

29. The partitions are overlapping, and DML updates made at the Subscriber cannot change the partition to which a row belongs.

分区是重叠的,订阅服务器上执行的DML更新无法更改行所属的分区。

30. You can specify one of two options to control when a DML trigger fires

可通过指定以下两个选项之一来控制DML触发器何时激发

31. alter session enable parallel dml;

后速度是有提升了.

32. So we think that DML can be used to treat presbycusis by clearing free radicals.We will continue our search on free radicals.

因此我们可以推测碟脉灵也具有这一作用,可以通过清除自由基来治疗老年性聋,我们将在这一方面做进一步的研究。

33. So wo think that DML can treat presbycusis effectively.

因此认为碟脉灵对老年性耳聋有一定的治疗作用,可提高听阈。

34. Multirow considerations are especially important when the function of a DML trigger is to automatically recalculate summary values from one table and store the results in another for ongoing tallies.

在下列情况下关于多行的注意事项尤为重要:DML触发器的功能自动重新计算一个表中的汇总值,并将结果存储在另一个表中以继续进行计数。

35. No DML operations (UPDATE/INSERT/DELETE) are possible and no indexes can be created on them.

在外部表上不能执行DML操作(UPDATE/INSERT/DELETE),也不能在其上创建索引。

36. Application of hint based on sentences in DML

基于语句级的提示在DML中的应用

37. These DML operations require table locks for two purposes: to reserve DML access to the table on behalf of a transaction and to prevent DDL operations that would conflict with the transaction.

备注:RS,RX是DML操作产生的常见表级锁,他们都只是意向锁,真正的加锁粒度还是在行级。

38. If both statements are running under the same transaction, any changes made by a DML statement after the SELECT statement has started execution are not visible to the read operation.

如果两个语句在相同事务下运行,读取操作将看不到DML语句在SELECT语句开始执行后所作的任何更改。

39. Trying to drop or modify a function, stored procedure, or DML trigger that is referenced by a plan guide, either enabled or disabled, causes an error.

如果尝试删除或修改的函数、存储过程或DML触发器由某个计划指南引用,则不管该指南为启用状态还是禁用状态,都会导致错误。

40. An IF UPDATE() clause inside a DML trigger body returns TRUE if these columns are updated.

如果这些列已更新,则DML触发器主体中的IF UPDATE()子句将返回TRUE。

41. It shows which sessions are holding DML locks (that is, TM-type enqueues) on what objects and in what mode.

它列出了那些以具体哪些模式对具体哪些对象持有TM锁的会话。

42. Both DML and DDL triggers are open to this kind of security threat.

对于此类安全隐患,DML和DDL触发器都处于打开状态。

43. For these columns, an IF UPDATE() clause inside a DML trigger body returns TRUE if the columns are updated.

对于这些列,如果它们已更新,则DML触发器正文中的IF UPDATE()子句将返回TRUE。

44. Is the table or view on which the DML trigger is executed.

对其执行DML触发器的表或视图。

45. Effect of DML Operations on an Index DML

对索引的操作的影响

46. The Reason of Oracle DML Locks Waiting Analysis And The Solving Way

封锁等待原因分析和应用中的处理方法

47. The trigger actions specified in the Transact-SQL statements go into effect when the DML or DDL operation is tried.

尝试DML或DDL操作时,将执行Transact-SQL语句中指定的触发器操作。

48. It is suggested that you use CreateDatabaseWithParms, OpenConnectionWithParms and DropDatabaseWithParms, and include checks in your code to ensure that you are connected properly before attempting any DML with the database.

建议您使用CreateDatabaseWithParms、OpenConnectionWithParms和DropDatabaseWithParms,并在代码中包含检查,以确保在对数据库尝试任何DML之前已正确连接。

49. You can use these temporary, memory-resident tables to test the effects of certain data modifications and to set conditions for DML trigger actions.

您可以使用这两种驻留内存的临时表来测试特定数据修改的影响以及设置DML触发器操作条件。

50. Specifying When a DML Trigger Fires

指定DML触发器何时激发

51. Study on The Vibration Characteristics of Sandwich Panels of DML

散布式扬声器音板材料振动特性的研究

52. data manipulation language(DML)

数据操作语言

53. data management language(DML)

数据管理语言

54. Method DML 30ml in 5% glucos e 500ml ivdrop once a day,last 14 days.

方法:碟脉灵注射液30ml加5%葡萄糖500ml静滴,每日1次,疗程为14d。

55. 062 Depending on how the invalid procedure is called, DML statements run before the invalid procedure call are rolled back.

无效远程过程调用之前的DML语句是否被回滚,是由此无效远程过程的调用方式决定的。

56. Sometimes, the data modification statements are collectively known as the data modification language (DML) part of SQL.

有时,这些数据修改语句被一并称为SQL的数据修改语言(DML)部分。

57. Organic silicon luminous dose of DML gains deep effect research to the Polyester fabric

有机硅光亮剂DML对涤纶织物增深效果的研究

58. The transient chirp and adiabatic chirp of a DML are analyzed in detail by using the time-resolved chirp measurement.

本论文中,我们提出藉由一个简单的法布里-比洛析光器作为频谱整形器的可行性,将其应用于分波多工光接取网路中。

59. Some special users can alse access the databasa by DBQ that is the query tool of VAX DBMS or use directly the DML (Data Manipulation Language) that can be inlaid in high level programming Languages.

某些专业用户还可以通过 VAX DBMS 的查询工具 DBQ 或直接嵌入高级程序设计语言中的数据操纵语言 DML 访问数据库.

60. Some data manipulation language (DML) operations, such as table truncation, use Sch-M locks to prevent access to affected tables by concurrent operations.

某些数据操作语言(DML)操作(例如表截断)使用Sch-M锁阻止并发操作访问受影响的表。

61. Query Designer allows you to design SELECT, INSERT, UPDATE and DELETE DML statements, while views can only contain SELECT statements.

查询设计器允许设计SELECT、INSERT、UPDATE和DELETE DML语句,而视图只能包含SELECT语句。

62. It provides Data Definition Language (DDL) , Data Manipulation Language (DML) , as well built-in functions, such as:Sum, Average, Count, Maximum and Minimum.

此系统设有数据定义语言DDL、数据操纵语言DML; 还有求和、求平均值、计数、求最大值、求最小值等库函数。

63. Be aware of the DML and DDL triggers that exist in the database and on the server instance by querying the sys. Triggers and sys. Server_triggers catalog views.

注意数据库和服务器实例中存在的DML和DDL触发器,方法是查询sys.triggers和sys.server_triggers目录视图。

64. You should avoid compressing tables with much update or other DML activity.

用户应该避免对可能存在大量DML操作的表进行压缩。

65. DieMaiLing (DML) is a traditional Chinese medicine, which has the active component of adenosine and isoflavone.

碟脉灵注射液是一种中药制剂,其有效成分是腺苷、异黄酮等有效成分。

66. Prohibited Operations: An exclusive table lock held by a transaction prohibits other transactions from performing any type of DML statement or placing any type of lock on the table.

禁止的操作:一个事务获得排他表级锁后,将禁止其他事务对表执行任何DML操作,其他事务也无法获取表上任何类型的锁。

67. 204 Prohibited Operations: An exclusive table lock held by a transaction prohibits other transactions from performing any type of DML statement or placing any type of lock on the table.

禁止的操作:一个事务获得排他表级锁后,将禁止其他事务对表执行任何DML操作,其他事务也无法获取表上任何类型的锁。

68. The first version of the DML trigger works well for a single-row insert when a row of data is loaded into the PurchaseOrderDetail table.

第一种DML触发器在一行数据加载到PurchaseOrderDetail表中时适合于单行插入。

69. Combined the concrete instances,the paper discusses the roles of ORACLE DML trigger in observing important tables,and they can write down the modifications that users do in real time.

结合实际例子,介绍ORACLE中重要的DML触发器在监视表中的作用:实时记录用户对表作的修改.

70. The compilation phase checks static type correctness of XQuery expressions and DML statements, and uses XML schemas for type inferences for typed XML.

编译阶段会检查XQuery表达式和DML语句的静态类型正确性,并针对类型化的XML使用XML架构进行类型推理。

71. SUZHOU DML HOUSEHOLD APPLIANCES CO., LTD. is an electrical household appliance manufacturing company, which was founded in January 2002, specializing in production of vacuum cleaners .

苏州德美利电器有限公司是一家小家电制造商,成立于2002年初,其主导产品是真空吸尘器(包括蒸汽清洗机、慢炖锅等)。

72. To view examples of DML AFTER triggers that update multiple rows, see Multirow Considerations for DML Triggers.

若要查看可更新多个行的DML AFTER触发器示例,请参阅DML触发器的多行注意事项。

73. The following DML trigger prints a message to the client when anyone tries to add or change data in the Customer table.

表中添加或更改数据,下列DML触发器将向客户端显示一条消息。

74. V$LOCKED_OBJECT lists all locks acquired by every transaction on the system. It shows which sessions are holding DML locks (that is, TM-type enqueues) on what objects and in what mode.

视图V$LOCKED_OBJECT列出系统中每个事务获得的所有锁。它列出了那些以具体哪些模式对具体哪些对象持有TM锁的会话。

75. Oracle DML Trigger and Its Application in Database Programming

触发器在数据库编程中的应用

76. Roles of Oracle DML Trigger on Observing Important Tables

触发器在监视重要表中的作用

77. This paper presents the DML trigger work mechanism and types and how the triggers work.

讲述了DML触发器的类型、工作机理及触发机制。

78. When you are designing DDL triggers, consider how they differ from DML triggers in the following ways

设计DDL触发器时,请从下列几个方面考虑它们与DML触发器的不同

79. The model consists of four layers-DDL, DML, DPL and CL.

该模型分为数据定义层DDL、数据操纵层DML、数据显示层DPL和控制层CL四层,这里重点阐述了DDL和DML层。

80. OutputDebugString(“This is plain text dml?>This is DML text ”);

该段输出结果:一行纯文本跟着一行改变了“DML”颜色的DML输出。

英语宝典
考试词汇表