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

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

    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

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

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

    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

  • 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

  • Administrators have the privilege to manage the background of the system. They can insert and delete the users, classify the food information, check the order forms and manage the total number.

    管理员对后台进行管理可以添加删除管理员,对餐饮信息进行分类查看订单和积分管理等。

    youdao

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

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

    youdao

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

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

    youdao

  • In most cases, well-suited SQL statements are very simple SELECT statements that reference only a single table or are INSERT, UPDATE, and DELETE (UID) operations that are executed many times.

    大多数情况下非常适合使用参数标记sql语句要么非常简单SELECT语句(引用个表),要么是被多次执行INSERTUPDATEDELETE (uid)操作

    youdao

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

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

    youdao

  • In addition to the INSERT examples provided here, you can also issue UPDATE and DELETE statements against relational nicknames just as if they were local tables.

    除了这里提供INSERT例子外,可以关系昵称发出UPDATEdelete语句它们本地表一样。

    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

  • 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

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

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

    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

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

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

    youdao

  • The DBMS ensures that the index is always consistent with the data in the table by updating it during INSERT, UPDATE, and DELETE operations.

    通过使用INSERTUPDATEDELETE操作索引进行更新DBMS能够确保索引始终数据一致

    youdao

  • MODIFIES SQL DATA in SQL table functions allows you to push even INSERT, UPDATE, DELETE and MERGE (data-change-operations) into the inner leg of correlated joins.

    SQL函数中的 MODIFIES SQLDATA使甚至可以将INSERTUPDATEDELETEMERGE ( 数据更改操作)放入关联连接表中。

    youdao

  • At 15,000 R6Mail users, the DB2 server is executing an average of 160,000 SQL statements per minute, including the SELECT, INSERT, DELETE, and UPDATE statements.

    有15,000个R 6 Mail用户时,DB 2服务器平均分钟执行160,000个sql语句其中包括SELECTINSERTDELETEupdate语句。

    youdao

  • Also, BEFORE triggers can now contain UPDATE, DELETE, INSERT and routines that modify data.

    另外BEFORE触发器现在可以包含UPDATEDELETEINSERT修改数据的例程

    youdao

  • Online backups can run during normal SELECT, INSERT, DELETE, and UPDATE activity against the database.

    数据库进行常规SELECTINSERTDELETEUPDATE活动的同时可以执行在线备份

    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

  • This is because heterogeneous batching in the current release of the Integration Module only improves performance of INSERT, UPDATE, and DELETE statements.

    是因为当前版本IntegrationModule中的异构批处理提高INSERTUPDATEdelete语句性能

    youdao

  • Many factors affect performance during SELECT, INSERT, UPDATE, and DELETE operations. These include.

    执行SELECTINSERTUPDATEDELETE操作时,很多因素都会对性能产生影响

    youdao

  • This clause allows an SQL Table function to contain UPDATE, DELETE, INSERT and MERGE statements.

    这个子句允许sql函数包含UPDATEDELETEINSERTmerge语句

    youdao

  • The JDBC data mediator service generates the appropriate SQL statements (SELECT, INSERT, UPDATE, and DELETE) to access the target data source.

    JDBC数据中介服务生成适当sql语句(SELECTINSERTUPDATEDELETE)访问目标数据源

    youdao

  • Release the row locks so that other applications can SELECT, INSERT, UPDATE, and DELETE from the table (for example, use isolation level cursor stability or uncommitted read).

    释放以便其他应用程序可以执行SELECTINSERTUPDATEDELETE(例如使用游标稳定性(curs or stability)隔离级别未提交读(uncommitted read)隔离级别)。

    youdao

  • Ability to execute standard SQL statements such as SELECT, INSERT, UPDATE, and DELETE, combinations of these statements, user-defined SQL, as well as bulk load.

    能够执行SELECTINSERTUPDATEDELETEsql语句和sql语句组合用户定义sql语句以及整体加载语句。

    youdao

  • All that DB2 does is to allow an UPDATE, DELETE, and INSERT to appear in the from clause of a select and allow the user to chose which transition table shall be selected from.

    DB 2所做就是允许UPDATEDELETEINSERT出现选择语句的from子句中,允许用户选择应该哪个过渡进行选择。

    youdao

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

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

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