天天看點

OCP-1Z0-051 第121題 NATURAL JOIN自然連接配接

一、原題

Which two statements are true regarding the USING clause in table joins? (Choose two.)

A.It can be used to join a maximum of three tables.

B.It can be used to restrict the number of columns used in a NATURAL join.

C.It can be used to access data from tables through equijoins as well as nonequijoins.

D.It can be used to join tables that have columns with the same name and compatible data types.

答案: BD

二、題目翻譯

關于表連接配接中的USING子句的使用,下面的哪兩個描述是正确的?(選擇兩項)

A.最多可以連接配接三張表。

B.可以用來限制NATURAL join(自然連接配接)中的列的數量。

C.可以用在等值連接配接和非等值連接配接。

D.可以用來連接配接有相同名字和一緻的資料類型的列。

         自然連接配接的詳細用法,詳見:         http://blog.csdn.net/holly2008/article/details/25501343