Oracle Database 12c SQL 1z0-071 Question # 28 Topic 3 Discussion

Oracle Database 12c SQL 1z0-071 Question # 28 Topic 3 Discussion

1z0-071 Exam Topic 3 Question 28 Discussion:
Question #: 28
Topic #: 3

Examine the data in the PRODUCTS table:

1z0-071 Question 28

Examine these queries:

1. SELECT prod name, prod list

FROM products

WHERE prod 1ist NOT IN(10,20) AND category _id=1;

2. SELECT prod name, | prod _ list

FROM products

WHERE prod list < > ANY (10,20) AND category _id= 1;

SELECT prod name, prod _ list

FROM products

WHERE prod_ list <> ALL (10, 20) AND category _ id= 1;

Which queries generate the same output?


A.

1 and 3


B.

1, 2 and 3


C.

2 and 3


D.

1 and 2


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.