Oracle Database 12c SQL 1z0-071 Question # 54 Topic 6 Discussion

Oracle Database 12c SQL 1z0-071 Question # 54 Topic 6 Discussion

1z0-071 Exam Topic 6 Question 54 Discussion:
Question #: 54
Topic #: 6

Examine this statement:

SELECT 1 AS id, ' John' AS first name

FROM DUAL

UNION

SELECT 1 , ' John' AS name

FROM DUAL

ORDER BY 1;

What is returned upon execution?


A.

0 rows


B.

an error


C.

1 row


D.

2 rows


Get Premium 1z0-071 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.