ocp考試題:1Z0-051-007題
最新學訊:近期OCP認證正在報名中,因考試人員較多請盡快報名獲取最近考試時間,報名費用請聯系在線老師,甲骨文官方認證,報名從速!
我要咨詢ocp考試題:1Z0-051-007題:完整題庫請點擊這里聯系老師咨詢了解
7. Which two statements are true regarding the USING and ON clauses in table joins? (Choose two.)
A. Both USING and ON clauses can be used for equijoins and nonequijoins.
B. A maximum of one pair of columns can be joined between two tables using the ON clause.
C. The ON clause can be used to join tables on columns that have different names but compatible data
types.
D. The WHERE clause can be used to apply additional conditions in SELECT statements containing the
ON or the USING clause.
Answer: CD
試題解析:
A,USING和ON子句可以用于等值連接和非等值連接,USING不能用于非等值連接,ON可以。
B,使用ON子句最大只能使用兩個列連接兩個表.錯誤,可以連接多個列
C,ON子句用于連接表的列可以是不同的名字,但是數據類型要兼容,正確。ON子句還可以用于聯接同一表內或者不同表中具有不同名稱的列。
D,在包含ON或USING子句的SELECT命令中,WHERE子句可以做為附加的條件,正確。