• Rails will use a JOIN SQL statement or a strategy in which multiple queries are performed.

    Rails使用JOIN sql语句一个执行多个查询策略

    youdao

  • Listing 9 contains the same three-way join SQL statement that was used in Listing 1 to introduce the concept of access paths and query execution.

    清单9包含相同三路联接sql语句其用清单1上以介绍访问路径查询执行概念

    youdao

  • Table functions are powerful because it can make any data source appear like a DB2 table, which can be then used in normal SQL queries, join operations, grouping, and so on.

    函数的功能强大,因为可以使任何数据源看起来类似于db2表,然后就可以用于常规SQL查询连接操作分组等。

    youdao

  • Remember that this matches each CD with each artist, producing the equivalent with a SQL join.

    记住这样将匹配每张 CD每位艺术家,从而得到相当于SQL 连接的效果。

    youdao

  • In this regard, the query is similar to a left outer join in SQL.

    这种意义上说查询SQL中的连接相似

    youdao

  • Each data source is then read by a simple SQL SELECT statement, and the join is completed within the InfoSphere DataStage process.

    通过简单SQLselect语句对每个数据源进行读取并且InfoSphereDataStage流程之内完成连接

    youdao

  • For example, using SQL to create a multi-table outer join that outputs its results to a new XML document is much more complicated to the average developer than writing XQuery.

    比方说,对于一般开发人员使用SQL创建输出结果xml文档连接查询要比编写XQuery复杂得多。

    youdao

  • The parts of Person that are stored in Employee aren't "sliced off," as can happen in a regular SQL query that fails to join every derived subclass table in a table-per-class model.

    存储Employee中的Person部分不会被“”,而定期SQL查询未能成功地将派生子类表加入到table - per - class模型中时,这种被“切掉”的现象就发生。

    youdao

  • The optimization of SQL queries utilize sophisticated features, such as: query rewrite, multiple join methods, detailed statistics, parallelism etc.

    SQL查询优化利用了一些复杂的功能例如查询重写连接(join)方法详细统计并行性

    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 part of the transformation, the optimizer also determines the correct table join order, rewrites expressions, and eliminates any redundancy from the SQL.

    作为转换一部分,优化决定正确联接顺序重写表达式SQL中消除任何冗余

    youdao

  • In SQL terms, this merge calls for an outer join, which matches each row in the work items data set to the single row in the states data set with a matching state ID.

    sql术语中,合并会调用外层联系,工作数据集合中的每一状态数据集合中的单个行使用匹配状态ID匹配起来。

    youdao

  • SQL Join Syntax can have an impact on performance.

    SQL连接语法可能性能产生影响。

    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.

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

    youdao

  • The information needed can be obtained by using the SQL JOIN operator.

    需要能够通过使用SQL JOIN操作符获得这些信息

    youdao

  • Building an SQL JOIN command starts as a regular SQL SELECT command, but instead of specifying fields from just one table, you can specify fields from more than one table.

    构建SQL JOIN命令时,开始常规SQLSELECT命令,这里不是指定来自一个字段,而是指定来自多个表的字段。

    youdao

  • This is especially helpful for long SQL statements that include JOIN operations or complex WHERE clauses that might wrap over several lines.

    对于包含JOIN操作复杂where子句的sql语句(可能包含语句),一点特别有用

    youdao

  • SQL expressions will need to be created from these attributes to form the join predicates of the SQL statement.

    需要这些属性创建SQL表达式从而形成sql语句联结谓词

    youdao

  • A JOIN in SQL is simply a way of saying that a field in one table must correspond to another field in a different table.

    SQL中的JOIN只是简单说明一个中的字段必须对应个表中的另一字段方法

    youdao

  • The attributes on this side will need to be converted to SQL expressions to form the join predicates of the SQL statement.

    一边属性需要转换SQL表达式从而形成sql语句联结谓词

    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

  • You can then use an SQL inner join to get the frequency with which each company in the list is mentioned, as in Listing 10.

    然后可以使用一个SQLinnerjoin语句得到列表每个公司提到频率清单10所示。

    youdao

  • Similarly, you can represent any specific join you might perform (as in the SQL examples in Listing 3 and Listing 4) in XML equally easily.

    可以同样轻松地XML表示可能执行任何特定联接(清单3清单4中的SQL示例所示)。

    youdao

  • Using a correlated join, the NEW_OL_LOCAL SQL Table Function processes each item in the list separately.

    通过使用一个关联连接(correlated join),NEW_OL_LOCALsql函数逐个处理列表中的每种产品

    youdao

  • To ensure the desired SQL Join Syntax is used, turn on the option in the project Governors dialog.

    确保采用了所需SQL连接语法,可启用projectGovernors对话框中的选项

    youdao

  • Finally, I discussed the different possible SQL JOIN commands and provided examples of where and when you can use them.

    最后谈论可能出现不同SQL JOIN命令提供了一些例子,解释应该在何时何处使用这些 SQL JION 命令。

    youdao

  • For this, you need to extend your SQL SELECT command using a JOIN.

    为此需要使用一个JOIN扩展SQLSELECT命令

    youdao

  • Hibernate will then automatically perform the SQL JOIN to retrieve all the necessary information from both tables, as shown in Listing 6.

    Hibernate自动执行SQLJOIN两个中检索所有必要信息如清单6

    youdao

  • You could also write the SQL Command to explicitly mention the INNER part of the join.

    可以编写SQL命令显式提到JIONINNER部分。

    youdao

  • You could also write the SQL Command to explicitly mention the INNER part of the join.

    可以编写SQL命令显式提到JIONINNER部分。

    youdao

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

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

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