• Due to the large amount of data in the audit log table, a single INSERT statement will usually fail because the data per transaction exceeds the log file size of the database system.

    因为审核日志表格里有大量数据单独insert语句通常失败,这是因为每个事务数据超过数据库系统里的日志文件容量

    youdao

  • INSERT adds the input data to the table without changing any existing data.

    INSERT输入数据添加表中并且不更改任何现有数据。

    youdao

  • Note: Alternatively you can create a database trigger to capture every INSERT on your table and tell it to validate the data as XML using the XMLVALIDATE function before performing the INSERT.

    注意可以选择创建一个数据库触发器捕捉每个INSERT操作,告诉执行INSERT之前使用XMLVALIDATE函数验证XML数据

    youdao

  • INSERT mode adds the input data to the table without changing any existing data.

    INSERT模式添加输入数据表中并且不会更改任何现有数据。

    youdao

  • The DB2 transaction associated with an upload included generating a unique document ID, logging the upload in the activity history table, and executing a SQL INSERT into 18 tables.

    上传相关联DB2事务包括生成惟一的文档id活动历史记录这次上传以及18个执行SQLINSERT

    youdao

  • The INSERT INTO works similarly to SQL, but again, this is URI-based rather than string-, table-, and name-based, which allows the operation to be done across HTTP.

    INSERT INTO 的工作原理类似SQL但是同样基于URI 的,基于字符串、基于基于名称的,允许使用 HTTP 完成操作。

    youdao

  • To illustrate the new DB2 9.5 XML update functionality, the sample table and data defined by the following CREATE TABLE and INSERT statements are used.

    为了解释新的DB2 9.5XML更新功能我们使用下面的CREATETABLEINSERT语句定义示例数据

    youdao

  • Performing a SELECT statement on the table fetches the messages in the queue, and and doing an INSERT statement on the table sends the message.

    执行一条select语句就可以取得队列中的消息执行insert语句就可以发送消息

    youdao

  • Since there is no COMMIT between the INSERT and SELECT statement, potentially the deadlock is caused by a table scan.

    由于INSERTselect语句之间没有COMMIT死锁可能扫描引起的。

    youdao

  • FREEPAGE should be used if your table rows are larger than half a page, since you cannot INSERT a second row on a page in such circumstances.

    如果大于宽的一半,则应该使用FREEPAGE因为那样环境下不能INSERT

    youdao

  • You can see from the form of the INSERT INTO in Listing 5 that a table had been created to correspond with the element in our DTD.

    可以清单5INSERT INTO形式看出对应dtd中的元素创建了一个

    youdao

  • Use Load and a staging table or a multithreaded application to achieve Insert parallelism.

    使用Loadstaging多线程应用程序实现Insert并行性

    youdao

  • Add data to the table using SQL INSERT statements.

    使用SQLinsert语句数据添加中。

    youdao

  • To load data from the data file /data/americascust.dat (created above) into the base table customer, use the INSERT statement as follows

    要将数据文件 /data/americascust.dat(此前已创建中的数据加载customer可以使用INSERT 语句(如下所示)

    youdao

  • If you have modified the Users table schema, be sure to make the matching changes to the Insert statement.

    如果已经修改users模式,那么一定要对insert语句进行相应修改

    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

  • You can now define multiple INSERT, DELETE, UPDATE, and SELECT triggers on a table and multiple INSTEAD OF triggers for the view.

    现在可以定义多个INSERTDELETEUPDATESELECT触发器,也可以在一个视图上定义多个INSTEADOF 触发器。

    youdao

  • When DB2 encounters an INSERT on an MDC table, it looks for a free block.

    DB 2碰到mdcINSERT操作时,寻找一个空闲

    youdao

  • This example moves the same CUSTOMER_INFO table, but it USES the LOAD option instead of the INSERT FROM CURSOR option, which is the default.

    示例移动同一个customer_info但是使用LOAD选项而不是INSERTFROM CURSOR选项,后者默认配置。

    youdao

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

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

    youdao

  • In Oracle 10g, if there is a BEFORE INSERT TRIGGER and a NOT NULL constraint on a table, then the BEFORE TRIGGER is executed first, and then the constraint check is performed.

    Oracle10g中,如果同时存在BEFORE INSERT触发器NOT NULL约束那么执行BEFORE触发器,然后执行约束检查。

    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

  • The script starts by connecting to the database. It then executes an INSERT statement against the games table and gets back the ID that was generated.

    脚本连接数据库开始然后games执行一条insert语句获取生成ID

    youdao

  • The import utility uses the SQL INSERT statement (or the SQL UPDATE statement) to write data to the target table.

    import工具使用SQLINSERT语句 SQLUPDATE 语句)数据写到目标表中

    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

  • In table 6, the INSERT into the Orders table fails due to a foreign key constraint violation on custno.

    6中,orders表执行insert语句失败因为custno违背约束

    youdao

  • Upon arrival, a customer-written program adds the records to a staging table then USES insert statements to add the records to the fact table.

    该文件到来时,用户编写的程序这些记录添加一个staging中,然后使用insert语句这些记录添加事实表中。

    youdao

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

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

    youdao

  • After you create the table, you use one insert statement for each entry in your toppings array.

    创建需要浇头数组中的每个条目使用insert语句

    youdao

  • The use of a staging table can provide improved performance for some insert scenarios.

    通过使用staging可以某些场景下insert提高性能

    youdao

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

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

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