• To use this database, we need to insert some data into the table.

    使用这个数据库我们需要插入一些数据

    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

  • 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

  • I wrote a.net program to parse through the file and build INSERT statements for the data.

    编写了一个. NET程序解析这个文件数据构建insert语句

    youdao

  • 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

  • Our experimentation suggests that when relatively large amounts of data need to be loaded into the MQT, load performs faster than INSERT.

    我们试验表明需要相对较大数据加载MQT中时,LOAD执行INSERT更快

    youdao

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

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

    youdao

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

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

    youdao

  • This makes DB2 behave as one would expect: the scanner waits until the INSERT transaction commits or rolls back and then return the data - business as usual.

    使得DB2行为预期的一样:扫描器一直等到INSERT事务提交滚,然后返回数据 —— 这和平常一样。

    youdao

  • Bulk data handling techniques which utilize SQL blocked FETCH and INSERT to overcome traditional operations (i.e. READE) that cannot be blocked.

    数据处理技术技术利用sql操作FETCHINSERT克服不能被块操作的传统操作(例如READE)。

    youdao

  • Using the data mashup editor, you could create a data mashup with a FOREACH operator to INSERT content from each repeating entry into its own row.

    使用数据编辑器可以创建一个混搭应用,FOREACH操作符内容每个报表条目 INSERT各自的行中。

    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

  • In this case, the only parsing is copying the data values from the message's mapped data structure to the database table's INSERT SQL statement.

    这种情况下解析之需要将数据消息映射数据结构复制数据库INSERTsql语句

    youdao

  • For INSERT, UPDATE, and DELETE queries involving nicknames, in some cases (explained below), all the work might be done by the remote data source, and a SHIP operator will not be found in the FQEP.

    对于使用了昵称INSERTUPDATEDELETE查询某些情况下(后面会解释),所有工作可能都远程数据源来做在FQEP没有ship操作

    youdao

  • Should the update to the ACCT table fail, there would be no mechanism to roll back the insert to the TRADE table, resulting in inconsistent data in the database.

    acct更新失败没有任何机制可以trade更新操作,从而造成数据库中的数据不一致

    youdao

  • Add data to the table using SQL INSERT statements.

    使用SQLinsert语句数据添加中。

    youdao

  • The data is copied by using either INSERT FROM CURSOR, which is the default, or LOAD if the correct option is set.

    数据可以通过使用INSERTFROM CURS OR(默认设置)复制,也可以通过LOAD复制(如果设置正确选项的话)。

    youdao

  • As shown in Listing 5, the revised INSERT statement invokes the XMLValidate function before specifying a parameter marker for the XML data.

    如清单4修订后的insert语句在为XML数据指定参数标志符之前调用xmlvalidate函数

    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

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

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

    youdao

  • Populating the database with XML data using INSERT and IMPORT statements.

    使用INSERTimport语句XML数据填充数据库

    youdao

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

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

    youdao

  • Write access rules are applied when data is written (INSERT, UPDATE, and DELETE operations) and can be summarized as follows.

    用户数据时(INSERTUPDATEDELETE操作),应用访问规则,写访问规则总结如下

    youdao

  • And follow up with populating the DEPARTMENT table with the data delineated in table 2 with an INSERT command such as.

    通过如下insert命令2给出数据填充DEPARTMENT填充。

    youdao

  • Use TRY..CATCH construct or check the @@ERROR variable after executing a data manipulation statement (like INSERT/UPDATE/DELETE).

    执行数据操作语句INSERT/UPDATE/DELETE)之后,使用TRY..CATCH结构或者检查@@ERROR变量

    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

  • Static search set is an abstract data type with the operations initialize, insert, and retrieve.

    静态搜索一种抽象数据类型,包含操作包括initializeinsertretrieve

    youdao

  • You can also add data by using SQL insert commands.

    可以通过使用SQL命令insert添加数据

    youdao

  • The previous examples are fairly simple, but GroovySql is just as solid when it comes to more complex data manipulation queries such as insert, update, and delete queries.

    前面例子相当简单但是GroovySql处理复杂数据操纵查询(例如insertupdatedelete查询),也是非常可靠的。

    youdao

  • The previous examples are fairly simple, but GroovySql is just as solid when it comes to more complex data manipulation queries such as insert, update, and delete queries.

    前面例子相当简单但是GroovySql处理复杂数据操纵查询(例如insertupdatedelete查询),也是非常可靠的。

    youdao

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

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

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