导航菜单

Subquery是什么意思_翻译中文_怎么读

Subquery

网络释义:子查询;活用子查询;千变万化的子查询

网络释义

1.子查询 ... 17-1 什么是“事件”( Event) 8-4 活用子查询SubQuery) 15-1 善用数据访问页( Data …

3.千变万化的子查询 ... 10.1 结构化查询语言( SQL) 11.7 千变万化的子查询( subquery) 第二篇 认识资料模型( data model) ...

4.支援子查询支援子查询subquery) 为非结构化的查询,提供 BTREE 索引 透过 SSL 连线,提供更安全的资料库复制功能 以 UTF-8 与 U…

5.子查询句请将下列SQL查询语言,改用多层次子查询句(Subquery)的写法作答。(8%)

6.巢状的子查询巢状的子查询 (Subquery) 32 32 巢状的触发程序层级 32 32 每个资料表的非丛集索引 249 249 同时开启於一个 SQL Server4 执 …

7.子查询内条件2.该table(满足条件1的table)与其他table结合(join)或位在子查询内(subquery)或在不可合并的视观表内(non-mergeable view).

例句释义:,子查询,活用子查询,千变万化的子查询

1.Within the body of a subquery, it is often necessary to refer to the value of a column in the active row of the main query.在子查询的正文中,通常需要引用主查询的活动行中的列的值。

2.A reference to columns or expressions in the main table(s) is called an outer reference and the subquery is said to be correlated.对主表中的列或表达式的引用被称作外部引用,并且这种子查询是相关的。

3.The EXISTS condition is TRUE if the subquery result contains at least one row, and FALSE if the subquery result does not contain any rows.如果子查询结果至少包含一行,则EXISTS条件为TRUE;如果子查询结果一行也不包含,则条件为FALSE。

4.Multiple references to such columns in a subquery do not cause the functions to be evaluated multiple times.在子查询中对这些列的多次引用不会使这些函数被计算多次。

5.Number of optimizations for a query that contains at least one subquery.包含至少一个子查询的查询的优化数。

6.Two types of queries can be used in the WHERE clause of an UPDATE statement: a scalar subquery and a table subquery.两种查询可以用于UPDATE语句的WHERE子句中:标量子查询和表子查询。

7.The result of the scalar subquery first needs to be transferred to the federated server.首先需要将标量子查询的结果传送到联邦服务器。

8.The IN operator is one of four SQL operators that you can use with a table subquery.IN操作符是可以用于表子查询的四个SQL操作符之一。

9.If the subquery (which must have one column) returns one row, then the value of that row is compared to the expression.如果子查询(必须含有一列)返回一行,则该行的值将与表达式进行比较。

10.Casts may be required if the columns of the initial subquery do not have the same domains as those of the recursive subquery.如果初始子查询的列与递归子查询的列具有不同的域,则可能需要进行转换。