OCP-1Z0-051-题目解析-第7题

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只能用于等式连接)

B:在两个表之间使用On子句最大只能连接两个字段(错误,可以连接多个字段,如,on e.empno=d.empno and e.deptno=d.deptno)

C:On子句可以连接两个表中名称不同的字段,但数据类型要兼容(正确,On子句可以连接不同的字段名,Using只能用于相同的字段名)

D:  在包含On和Using子句的Select语句中,可以使用Where语句作为附加的条件(正确,例如:

SELECT e.department_id, d.department_id
FROM employees e JOIN departments d 
ON (e.department_id = d.department_id) 
Where e.department_id>20;

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值