Oracle Database 12c SQL 1z0-071 Question # 93 Topic 10 Discussion

Oracle Database 12c SQL 1z0-071 Question # 93 Topic 10 Discussion

1z0-071 Exam Topic 10 Question 93 Discussion:
Question #: 93
Topic #: 10

Examine the description of the BRICKS table;

1z0-071 Question 93

Examine the description of the BRICKS_STAGE table;

1z0-071 Question 93

Which two queries execute successfully?


A.

SELECT shape,color,weight from bricks

MINUS

SELECT * FROM bricks_stage;


B.

SELECT shape,color FROM bricks

MINUS

SELECT WEIGHT,color FROM bricks_stage;


C.

select * from bricks

MINUS

select * from bricks_stage;


D.

SELECT shape,color FROM bricks

MINUS

SELECT color,shape FROM bricks_stage;


E.

SELECT brick_id,shape FROM bricks

MINUS

SELECT WEIGHT,COLOR from bricks_stage;


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.