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

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题库解析

猜你喜欢

转载自blog.51cto.com/13854012/2531861