• Since those triggered actions are typically one or more insert, UPDATE, or DELETE statements, the overhead of triggers can be substantial in a mass insert operation.

    由于那些被触发动作通常一条多条insertUPDATEdelete语句,因此,数据很大insert中,触发器开销很大。

    youdao

  • Given the number of INSERT, UPDATE, and DELETE operations and changes in data distributions, you need to collect the right statistics regularly and with minimum resource consumption.

    需要根据INSERTUPDATEDELETE操作数目数据分布变化资源消耗尽量少情况下定期收集正确统计数据

    youdao

  • This feature enables you to batch multiple INSERT, UPDATE, and DELETE requests even when they reference multiple tables.

    这个特性允许多个INSERTUPDATEDELETE请求进行批处理即使它们引用多个

    youdao

  • At some level, the SQL UPDATE statement is the union of the SQL INSERT and DELETE statements, because you must select rows to modify as well as specify how to modify them.

    某种程度上SQLupdate语句SQLINSERTdelete语句联合因为必须选择修改必须指定如何修改它们

    youdao

  • Heterogeneous batching can potentially improve the performance on INSERT, UPDATE and DELETE statements that operate on multiple tables.

    异构批处理能够潜在地提高多个语句进行INSERTUPDATEDELETE操作时的性能

    youdao

  • You can also perform INSERT, UPDATE, and DELETE operations for relational nicknames, but not for non-relational nicknames.

    对于关系昵称可以执行INSERTUPDATEDELETE操作但是对于非关系昵称可以执行这些操作。

    youdao

  • To avoid too much complexity, DB2 imposes a simple rule: an UPDATE, DELETE or INSERT (data-change-operation) shall never happen in a join unless embedded in a correlated function.

    为了避免太多复杂性DB 2强加了一条简单规则除非嵌入相关函数里面,否则UPDATEDELETEINSERT(数据更改操作)应该出现连接中。

    youdao

  • In trigger terminology, the INSERT, DELETE, or UPDATE that causes a trigger to be fired is known as the triggering event.

    触发器术语中INSERTDELETE或者UPDATE这些使得触发器启动的事件称作触发事件。

    youdao

  • After the execution of the UPDATE, INSERT, and DELETE statements, an additional variable is available to check the result of the statement.

    执行updateINSERTdelete语句后,将使用额外的一个变量检查语句结果

    youdao

  • For every row that moves, there are two actions - insert and delete.

    对于移动的每一两个动作insertdelete

    youdao

  • Since this is a table operation, tooling generates insert, update, and delete operations automatically.

    由于一项操作因此工具将自动生成insertupdatedelete操作

    youdao

  • We discovered that there is a point where aggregate index costsmore-expensive INSERT and DELETE operations, for exampleoutweigh a new index's query speed-up benefit.

    发现聚合索引成本例如更为昂贵INSERTDELETE操作超出一个索引查询加速所能带来效益

    youdao

  • The old version of the redistribute utility USES special insert and delete with sub-select statements.

    版本重分发实用程序通过子选择语句使用特殊insertdelete

    youdao

  • For each IfxDataAdapter, define the SQL text and parameters for the select, insert, update, and delete commands.

    对于每个IfxDataAdapter,需要定义SQL文本selectinsert、updatedelete命令定义参数

    youdao

  • These re-usable data adapters can have select, update, insert, and delete commands that are either SQL statements or stored procedure calls.

    这些可重用数据适配器可以拥有selectupdateinsertdelete命令它们或者是sql语句或者存储过程调用。

    youdao

  • It introduces the XQuery transform expression which USES four updating expressionsinsert, delete, replace and rename to modify the XML document fragments.

    引入XQuerytransform表达式表达式使用4个更新表达式——insertdeletereplacerename修改XML文档片段。

    youdao

  • In the AddressPropertyManager class, the generated code has placeholders for the get/update/delete/insert operations for all the properties.

    AddressPropertyManager中,生成代码包含用于所有属性get/update/delete/insert操作占位符。

    youdao

  • It provides the functions for executing the SQL select/insert/update/upsert/delete statements via the Teradata DBC/SQL partition.

    提供了通过TeradataDBC/SQL分区执行 SQLselect/insert/update/upsert/delete语句功能

    youdao

  • In the sample code, we have created three Triggers on the customer table for Insert, Update, and Delete.

    示例代码中,我们customer表上创建三个触发器,分别用于InsertUpdateDelete操作。

    youdao

  • In a similar manner, you can break up mass UPDATE, DELETE or INSERT operations into separate jobs.

    按照类似的方式可以massUPDATEDELETEINSERT操作多个不同任务

    youdao

  • The informational constraints are not enforced by the federated server during operations such as insert, delete and update.

    诸如insertdeleteupdate操作期间联邦服务器施加信息约束

    youdao

  • In addition, triggers can now contain UPDATE, DELETE, and INSERT operations together in a single clause as the trigger event. For example.

    另外触发器现在可以在单一子句同时包含UPDATEDELETEINSERT操作作为一个触发器事件。

    youdao

  • UPDATE is an INSERT, UPDATE, DELETE, or MERGE operation that may have input parameters and that returns an integer (number of affected rows).

    更新INSERTUPDATEDELETEMERGE操作可以输入参数返回一个整数(受影响行数)。

    youdao

  • When a specified SQL operation — a DELETE, INSERT, or UPDATE — occurs on a table, a trigger can be activated that defines a set of actions.

    指定SQL操作(DELETE,INSERT或者是UPDATE操作)作用于某张表时,一个定义了操作触发器就可以激活

    youdao

  • Now you can add images to the Delete Row and Insert Row buttons to make them look more attractive.

    现在可以DeleteRowInsert Row按钮添加图像使它们看起来有吸引力

    youdao

  • The application demonstrates how to perform basic record operations such as (insert, update, delete) on sales-related data.

    这个应用程序演示如何销售相关数据执行基本记录操作比如insertupdatedelete)。

    youdao

  • Specifications for the representation of SQL actions (insert, update, delete).

    SQL动作(insertupdatedelete)表示规范

    youdao

  • Notice the use of the index function within the at attribute of the insert and delete actions.

    请注意insertdelete动作at属性index函数使用

    youdao

  • In real life, you would rarely want to drop an existing database but merely INSERT and DELETE from tables.

    现实生活中不太drop现有数据库只是INSERTDELETE

    youdao

  • SELECT, however, isn't the only SQL statement supported by YQL; you can also use INSERT, DELETE, and UPDATE queries to manipulate data on third-party services using the same SQL syntax.

    但是SELECT并非YQL支持惟一SQL语句可以使用INSERTDELETEUPDATE查询运用相同的 SQL语法操作第三方服务数据

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定