2020年8月份OCP 071考试新题(-1)CUUG内部考试

我的梦境 提交于 2020-09-28 13:07:48

2020年8月份OCP 071考试新题(-1)CUUG内部考试

Choose two.

Examine this query:

SELECT * FROM bricks , colors;

Which two statements are true?

A) You can add a WHERE clause with filtering criteria.

B) It returns the same rows as SELECT * FROM bricks CROSS JOIN colors;.

C) You can add a USING clause with a join condition.

D) It returns the number of rows in BRICKS plus the number of rows in COLORS.

E) You can add an ON clause with a join condition.

2020年8月份071考试新题(-1)CUUG内部题库,钉群35277291题库解析

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!