1·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就可以在存储数据的数据库分区上执行连接或子查询,而不必在数据库分区之间移动数据。
2·The last section also describes the ALL, EXISTS, and SOME or ANY predicates, which can be used to express conditions on subquery results.
最后一节还描述了 ALL、EXISTS 和 SOME 或 ANY 谓词,这些谓词可用于表达子查询结果上的条件。
3·This statement is represented in the example as subquery S1.
这个语句在示例中表示为子查询s1。
4·The subquery in this statement is absurdly simple, and completely unnecessary, but it does serve to illustrate a point.
这个子查询非常简单,并且完全没有必要,但是它能说明一点。
5·Instead of using subquery, we join two tables directly.
我们直接将两个表连接在一起,而不再使用子查询。