• 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

  • 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

  • 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

  • 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 the enhanced MDC INSERT performance feature is implemented by specifying it as an option on a table's LOCKSIZE parameter, this means that it can be enabled on a per table basis.

    由于增强MDCINSERT性能特性通过指定作为LOCKSIZE参数选项实现的,意味着可以每个表上启用

    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

  • 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

  • Drag the BOOKSTORE table onto the pane to create a new INSERT statement.

    BOOKSTORE窗格上创建一个新的insert语句

    youdao

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

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

    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

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

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

    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

  • 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

  • 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

  • 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

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

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

    youdao

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

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

    youdao

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

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

    youdao

  • Instead, you could load the 1M rows into a staging table, then run eight concurrent insert ...

    相反可以将1M装载一个staging表中然后运行8 条并发insert ...

    youdao

  • If one or more insert triggers are defined on a table, each insert will result in the execution of the actions prescribed in the trigger definition.

    如果定义多个进行insert操作触发器,那么每次insert引起触发器定义中的动作的执行

    youdao

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

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

    youdao

  • The addProduct() method in Listing 9 accepts a new product record as an array of key-value pairs and then uses the Zend_Db object's insert() method to write this record to the database table.

    清单9中的 addProduct() 函数接收一个产品记录作为键-值数组然后使用 Zend_Db对象insert() 函数将记录写入数据库表中

    youdao

  • In theory, you can perform select, insert, update, or delete statements against a table that is not yet redistributed in the database partition group.

    理论上讲,可以数据库分区尚未重分发表上执行selectinsertupdatedelete语句

    youdao

  • Now, set the cursor on a new line, and select Insert -> Table.

    现在光标定位新的一行上选择Insert->Table

    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

  • An after-insert trigger on the IWH.EDITION table is not useful, as only rows with a status value of start would be intercepted.

    editionafter - insert触发器并非很有用因为只能截获statusstart记录

    youdao

  • But what do you do if you want to encapsulate the insert of a new row into a table of DB2 and IDS in a single transaction?

    但是如果需要单个事务中封装到DB2ids一行insert什么呢?

    youdao

  • The module dtd2sql generates a list of CREATE TABLE statements, while xml2sql generates a list of INSERT INTO statements.

    模块dtd2s ql生成CREATEtable语句列表xml2s ql生成INSERT into语句的列表。

    youdao

  • The module dtd2sql generates a list of CREATE TABLE statements, while xml2sql generates a list of INSERT INTO statements.

    模块dtd2s ql生成CREATEtable语句列表xml2s ql生成INSERT into语句的列表。

    youdao

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

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

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