大数据就业实战培训 Oracle就业实战培训
071考试题库之前是比较稳定的,但随着Oracle的调整,071考试不断的增加新的考题,增加了考试的难度,所以我们专门收集整理了这些考试,并对这些考题进行解析,希望可以对考生有帮助。
每周五晚8点,我们有免费的OCP解析公开课,地址:https://ke.qq.com/course/326223 OCP题库交流群:1015267481,验证ocp
-------------------------------------------------------
071考试-第13题、choose the best answer
Which statement is true regarding the USING clause in table joins?
A) It can be used to access data from tables through equijoins as well as nonequijoins.
B) It can be used to join tables that have columns with the same name and compatible data types.
C) It can be used to join a maximum of three tables.
D) It can be used to restrict the number of columns used in a NATURAL join.
Answer:B
(解析:using 只能用在 equiue join ,而且必须列的名字要相同,类型可以不同,但是可以隐式转过去)