• The output of our disconnected JoinRowSet object correctly parallels the data we obtained when we performed our server side database JOIN query (compare to Table 3).

    非连接对象JoinRowSet输出我们服务器执行join查询得到数据完全一致(3比较)。

    youdao

  • What you see here is a join in which the inner performs database modifications.

    这里看到一个连接其中执行数据库修改

    youdao

  • Before the join begins, the database server first applies filters if there are any, and then sorts the rows for each table on the join column.

    连接开始之前如果筛选器那么数据库服务器首先会应用它们,然后连接列每个中的进行分类

    youdao

  • In the probe phase, the database server reads the other tables in the join and applies filters if any.

    探测阶段数据库服务器将读取连接中的其他,如果存在筛选器,就应用它们。

    youdao

  • These maps simply join the correct place in the database to the field of the object that you require.

    这些映射只是数据库中的正确位置请求对象字段连接起来。

    youdao

  • But before we do, this, we will demonstrate the ability of being able to disconnect from the database to perform an offline join operation.

    但是这样做之前我们演示一下断开数据库连接然后执行离线连接操作能力

    youdao

  • If there is an index on the join column, the costs will be significantly less; otherwise the database server must perform table scans for all tables, both outer and inner tables.

    如果连接一个索引那么其成本会相当否则数据库服务器就必须所有(外部内部表)执行扫描

    youdao

  • This means you can get all the benefits of typical SQL join queries without the burden of predefining their relationships in the database layer.

    意味着能够获得典型SQL联合查询所有好处,但又需要数据库预定义它们的关系

    youdao

  • As a database developer, you usually join the customer table to the contact table and treat the customer as the main table.

    作为数据库开发人员通常客户联系方式表连接将客户表视作主表

    youdao

  • Another strategy to improve the collocation of the join is to replicate smaller dimensional tables on each database partition.

    改善合并并置另一个策略复制每个数据库分区较小

    youdao

  • DB2 can then choose to perform the join or subquery at the database partition where the data is stored, instead of having to move data between database partitions.

    于是DB 2就可以存储数据数据库分区执行连接子查询不必在数据库分区之间移动数据。

    youdao

  • When organizational changes are made or new personnel join or retire this identity database can be centrally managed and any organizational change can automatically trigger an event.

    发生组织修改人员加入有人离开时这个身份数据库能够集中管理而且任何组织结构上的修改都能够自动地触发一个事件

    youdao

  • The number of rows retrieved from the outer table after the database server applies any table filters is small, and the inner table has an index that can be used to perform the join.

    数据库服务器使用所有筛选器之后外部检索出的很少内部具有一个用于执行连接索引

    youdao

  • The SQL JOIN statement has long been in the toolkit of database programmers, allowing you to combine the data contained in two or more relational database tables based upon a common attribute.

    数据库编程人员SQLJOIN语句使用由来已久,通过该语句可以基于相同属性两个更多关系数据库中的数据组合到一起。

    youdao

  • It will also make use of this same primary key to perform JOIN operations when accessing the database.

    访问数据库利用同一执行join操作

    youdao

  • In a star join plan, the database server pushes down keys from a dimension table to filter the fact table at the same time as it builds the hash table on the dimension table.

    星型连接计划中,数据库服务器维度构建列表同时维度表中下过滤事实表。

    youdao

  • They're considerably slower than a join on a relational database, but, as a result, it is much harder to create a query that overwhelms the data store.

    关系数据库连接慢得多因此很难创建一个数据存储超负荷查询

    youdao

  • One big advantage of a native XML database is that it can run queries that combine (or join, in SQL parlance) information contained in multiple XML documents.

    原生XML数据库一个很大优点可以运行能够包含多个 XML 文档中的信息组合在一起的查询(或者SQL说法称为联结)。

    youdao

  • Change the Join Table separator to an underline (" _ ") and change the name of the database schema.

    JoinTable分隔符更改一个下划线(“_”)更改数据库模式(schema)名称

    youdao

  • Later, we? Ll see how the JoinRowSet function performs the same data-combining operation that our database server side JOIN operation did.

    之后我们看到JoinRowSet函数如何执行数据库服务器join操作相同数据组合操作。

    youdao

  • Using the JoinRowSet in your applications properly can offload the stress placed upon a database server that a JOIN operation would normally impose.

    通过应用程序适当地使用 JoinRowSet,可以减轻数据库服务器上由JOIN 操作带来的负担。

    youdao

  • Now that we have reviewed what our JOIN operation does on the server side, let? S see how the JoinRowSet makes a JOIN possible on the client side while being disconnected from the database server.

    我们重温了JOIN操作服务器端的行为,现在来分析joinrowset如何断开数据库服务器的连接客户端执行join操作。

    youdao

  • The join strategies employed by the database system

    数据库系统采用连接策略

    youdao

  • The Oracle (+) outer and cross join syntax is directly mapped to the DB2 database product.

    Oracle(+)外连接交叉连接语法直接映射DB 2数据库产品。

    youdao

  • Views in CouchDB are created on demand and can be used to aggregate, join, and report on documents in the database.

    CouchDB可以根据需求创建视图使用它数据库聚合连接报告文档

    youdao

  • Traditional analytics and database methods are excellent at handling data that can easily be represented in rows and columns and manipulated by commands such as select and join.

    处理那些可用表示通过命令(比如selectjion)操作的数据时,传统分析数据库方法表现非常优秀。

    youdao

  • To ensure the database is normalized (see Note 1), a new table SUBJECTS_SUBSCRIPTIONS will be created to join the SUBJECTS and SUBSCRIPTIONS tables.

    为了确保数据库规范化的(参见1),创建一个新的subjects_subscriptions来连接SUBJECTSsubscriptions

    youdao

  • Distributing both tables by hashing on their join key (pdb_id) also ensures that all atom rows for a given PDBML document are stored in the same database partition as the PDBML document itself.

    通过上述连接(pdb_id)进行散列处理来分布两个表确保给定pdbml文档所有原子均能作为本身PDBML文档存储相同数据库分区中。

    youdao

  • In a database, three tables represent m: m relationships: the two tables you'd expect (Book and Author), and a third join table (BookAuthor).

    数据库中,用三个表示m: m关系:前两个已经知道了(BookAuthor),第三个是一个连接(BookAuthor)。

    youdao

  • Columns in the join clauses in fact table of star schema database.

    星型数据库事实join子句中的

    youdao

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

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

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