READ Free Dumps For Oracle- 1z0-001
Question ID 1518 | Which statement about multiple column subqueries is true? |
Option A | A. In a pairwise subquery, the values returned from the subquery are compared individually to the values in the outer query. |
Option B | B. A non-pairwise comparison produces a cross product. |
Option C | C. In a non-pairwise subquery, the values returned from the subquery are compared as a group to the values in the outer query. |
Option D | D. A pairwise comparison produces a cross product. |
Correct Answer | B |
Question ID 1519 | Examine the structure of the STUDENT table: |
Option A | A. ALTER TABLE student |
Option B | B. ALTER TABLE student MODIFY phone NUMBER(9); |
Option C | C. You cannot modify the datatype of a column if there is data in the column. |
Option D | D. You cannot modify a VARCHAR2 datatype to a NUMBER datatype for a column. |
Correct Answer | C |