单词 | data modification |
释义 | 例句释义: 数据修改,数据修正,数据变形,资料变更 1. Sometimes , the data modification statements are collectively known as the data modification language (DML) part of SQL . 有时,这些数据修改语句被一并称为SQL的数据修改语言(DML)部分。 www.bing.com 2. Sometimes, the term update refers to any data modification, including insert, update, and delete operations. 有时,术语“更新”是指任意一种数据修改操作,包括插入、更新和删除操作。 technet.microsoft.com 3. DBMS automatically fires the trigger as a result of a data modification to the associated table. 当关联的表发生改变时,DBMS自动激发触发器。 www.bugsboard.net 4. Data modification language support may be important for your application. 对于您的应用程序来说,数据修改语言支持可能很重要。 msdn2.microsoft.com 5. Find the difference between the state of a table before and after a data modification and take actions based on that difference. 找出数据修改前后表的状态差异并基于该差异采取相应的措施。 msdn2.microsoft.com 6. As in all data modification statements, you can change the data in only one table or view at a time. 像在所有数据修改语句中一样,您一次只能更改一个表或视图中的数据。 www.ianywhere.com 7. Forces all data modification statements that are executed against the view to follow the criteria set within select_statement. 要求对该视图执行的所有数据修改语句都必须符合select_statement中所设置的条件。 technet.microsoft.com 8. The INSTEAD OF trigger is executed instead of the data modification statement on which the trigger is defined. 将执行INSTEADOF触发器,而不是执行对其定义了触发器的数据修改语句。 msdn2.microsoft.com 9. Specifies whether underlying tables and associated indexes are available for queries and data modification during the index operation. 指定在索引操作期间基础表和关联的索引是否可用于查询和数据修改操作。 technet.microsoft.com 10. Describes how several data modification statements can be grouped in a transaction. 说明如何将多个数据修改语句组成一个事务。 msdn2.microsoft.com 1. Forces all data modification statements executed against the view to follow the criteria set within select_statement. 强制针对视图执行的所有数据修改语句都必须符合在select_statement中设置的条件。 msdn2.microsoft.com 2. XML index maintenance cost during data modification must be considered. 必须考虑数据修改过程中的XML索引维护开销。 msdn2.microsoft.com 3. This trigger lets the user specify the set of actions that must happen to process the data modification statement. 此触发器允许用户指定必须发生以处理数据修改语句的操作集合。 msdn2.microsoft.com 4. Additionally, data modification statements referencing the view must follow the rules defined for INSERT, UPDATE and DELETE statements. 此外,引用该视图的数据修改语句必须遵守为INSERT、UPDATE和DELETE语句定义的规则。 technet.microsoft.com 5. When you use the LinqDataSource control for data modification, you do not have to provide commands to insert, update, and delete data. 在使用LinqDataSource控件修改数据时,无需提供用于插入、更新和删除数据的命令。 msdn2.microsoft.com 6. data modification statements , therefore , typically request both shared locks and exclusive locks. 因此,数据修改语句通常请求共享锁和排他锁。 www.ichacha.net 7. A cursor that does not reflect data modification made to the underlying data by other users while the cursor is open. 一种打开时不反映其他用户对基础数据所做的数据修改的游标。 technet.microsoft.com 8. Note that persistent here refers to a property of data modification, and not to data storage. 请注意,这里的持久表示的是数据修改的一种属性,而并非数据存储。 www.ibm.com 9. The XML Data Modification Language (XML DML) is an extension of the XQuery language. XML数据修改语言(XMLDML)是XQuery语言的扩展。 msdn2.microsoft.com 10. Using messages helps to eliminate the concurrent data modification issue by limiting how individual components can modify data. 利用消息可限制独立组件修改数据的方式,从而有助于消除并行数据修改问题。 www.ibm.com 1. examples of exposures are unauthorized disclosure of data, modification of data, or denial of legitimate access to computing . 暴露的例子是非授权的数据公开、数据修改或拒绝合法的访问计算机。 www.kancaimi.cn 2. Exclusive Locks: Used for data-modification operations, such as INSERT, UPDATE, or DELETE. 排他锁:用于数据修改操作,比如INSERT、UPDATE、或DELETE。 www.infoq.com 3. A trigger is designed to check or change data based on a data modification or definition statement; it should not return data to the user. 触发器的用途是根据数据修改或定义语句来检查或更改数据;它不应向用户返回数据。 msdn2.microsoft.com 4. Specifies the data modification statements, when tried against this table or view, activate the DML trigger. 指定数据修改语句在试图修改表或视图时,激活DML触发器。 msdn2.microsoft.com 5. The common version store is used for all other data modification operations in all databases. 公共版本存储区,用于所有数据库中的所有其他数据修改操作。 msdn2.microsoft.com 6. The statements you use to add, change, or delete data are called data modification statements. 用于添加、更改或删除数据的语句称为数据修改语句。 www.ianywhere.com 7. Specifies the data modification statements that activate the DML trigger when it is tried against this table or view. 指定数据修改语句,这些语句可在DML触发器对此表或视图进行尝试时激活该触发器。 msdn2.microsoft.com 8. A master-slave replication setup sends all data modification queries to the master server. 一个主从复制结构是会发送所有的数据修改查询到主服务器。 pgsqldb.org 9. You need language support for query and data modification for cross-domain applications. 您需要语言支持,以便对于跨域应用程序可以进行查询和数据修改。 msdn2.microsoft.com 10. The query-processing engine also uses the schema for type checking and to optimize queries and data modification. 查询处理引擎也使用该架构进行类型检查并优化查询和数据修改。 msdn2.microsoft.com 1. Data modification detection approach was elaborated in detail. 详细的阐述了数据修改的检测途径。 zhidao.baidu.com 2. Language constructs for data modification are also available on the xml data type. 数据修改的语言构造也可用于xml数据类型。 msdn2.microsoft.com 3. More than one data modification statement can activate the same trigger. 多个数据修改语句可激活同一个触发器。 msdn2.microsoft.com 4. The data modification statements that activate the trigger. 激活触发器的数据修改语句。 msdn2.microsoft.com 5. When there is any data modification to the user tables, the catalog statistics tables are not automatically modified. 当用户表中发生数据修改时,目录统计信息表不会自动被修改。 www.ibm.com 6. The first data-modification technique this article will address is deleting data. 本文将介绍的第一个数据修改技术是删除数据。 www.ibm.com 7. Performance when you use XML Data Modification Language (XML DML) to update XML. 使用XML数据修改语言(XMLDML)更新XML时的性能。 msdn2.microsoft.com 8. XML DML is an extension for data modification. XMLDML是针对数据修改的扩展。 msdn2.microsoft.com 9. However, there is a cost associated with maintaining the index during data modification. 但是,在数据修改过程中维护索引会带来开销。 msdn2.microsoft.com 10. They can evaluate the state of a table before and after a data modification and take action(s) based on that difference. 触发器可以评估表在修改数据前后的状态,并根据状态的变化来执行操作。 technet.microsoft.com 1. The first data modification technique discussed was data deletion, which is performed by using the SQL DELETE statement. 讨论的第一种数据修改技术是数据删除,这通过使用SQLDELETE语句来执行。 www.ibm.com 2. In most Web applications, you would want to restrict posting access and other forms of data modification. 在大多数Web应用程序中,都会希望限制这种访问和其他形式的数据修改。 www.ibm.com 3. If you have very frequent data modification operations and less queries, you should focus on good write performance. 如果有很多数据修改操作,而查询较少,那么应该将注意力放在好的写性能上。 www.ibm.com 4. With this feature, you can perform data modification operations such as update, delete, and insert based on XML document contents. 利用该特征,您可以根据XML文档的内容执行数据修改操作,比如更新、删除和插入等。 www.ibm.com 5. Earlier versions of SQL Server only support AFTER triggers defined on the INSERT and other data modification statements. SQLServer的早期版本只支持在INSERT和其他数据修改语句上定义的AFTER触发器。 msdn2.microsoft.com 6. Earlier versions of SQL Server only support AFTER triggers defined on UPDATE and other data modification statements. 早期版本的SQLServer只支持对UPDATE和其他数据修改语句定义AFTER触发器。 msdn2.microsoft.com 7. Earlier versions of SQL Server only support AFTER triggers on DELETE and other data modification statements. SQLServer的早期版本只支持DELETE和其他数据修改语句上的AFTER触发器。 msdn2.microsoft.com 8. Instead of executing a query it is possible to perform data modification using the JDBC method 代替执行查询,它可以使用JDBC方法 www-128.ibm.com 9. Data modification--the essential factor of uncertainty evaluation in rotary voltage meter test 在三表测量结果不确定度评定中不可忽略的一个因素-数据修约 www.ilib.com.cn 10. To Pay Attention to the Management of Office Data Modification 重视局数据修改的管理工作 www.ilib.cn |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。