| Exam Name: | Oracle Database 12c SQL | ||
| Exam Code: | 1z0-071 Dumps | ||
| Vendor: | Oracle | Certification: | Oracle PL |
| Questions: | 326 Q&A's | Shared By: | bella-rose |
Examine the data in the PRODUCTS table:

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?
Examine the description of the countries table:

Examine the description of the departments table:

Examine the description of the locations table:

Which two queries will return a list of countries with no departments?
A)

B)

C)

D)
