Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1055174
  • 博文数量: 239
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 3618
  • 用 户 组: 普通用户
  • 注册时间: 2012-11-12 13:17
文章分类

全部博文(239)

文章存档

2021年(1)

2016年(1)

2015年(30)

2014年(91)

2013年(116)

分类: Oracle

2015-03-20 00:44:29

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子句可以做为附加的条件,正确
阅读(781) | 评论(0) | 转发(0) |
0

上一篇:1Z0-51-6题

下一篇:1Z0-051-8题

给主人留下些什么吧!~~