Oracle Database 12c SQL 1z0-071 Question # 13 Topic 2 Discussion

Oracle Database 12c SQL 1z0-071 Question # 13 Topic 2 Discussion

1z0-071 Exam Topic 2 Question 13 Discussion:
Question #: 13
Topic #: 2

Examine this query which executes successfully:

SELECT job, deptno FROM emp

UNION ALL

SELECT job, deptno FROM jobs_ history;

What will be the result?


A.

It will return rows common to both SELECT statements.


B.

It will return rows from both SELECT statements after eliminating duplicate rows.


C.

It will return rows that are not common to both SELECT statements.


D.

It will return rows from both SELECT statements including duplicate 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.